home *** CD-ROM | disk | FTP | other *** search
/ Wildcat Gold - The Optical BBS / Wildcat Gold - The Optical BBS (The Golden ROM Series)(Volume 4 Number 1)(The Digital Publishing Company)(1992).ISO / sdn / wf200_c.sdn / WF.TXT < prev   
Text File  |  1990-08-30  |  93KB  |  3,178 lines

  1. @10
  2.  
  3. &TOP OF FILE
  4.  
  5.     Keystroke sequence:   10
  6. )    Alternate keystrokes: 10
  7.  
  8. The cursor is moved to the first character in the
  9. file.
  10. @11
  11.  
  12. &BOTTOM OF FILE
  13.  
  14.     Keystroke sequence:   11
  15. )    Alternate keystrokes: 11
  16.  
  17. The cursor is moved past the last character in
  18. the file.
  19. @18
  20.  
  21. &GO TO LINE NUMBER
  22.  
  23.     Keystroke sequence:   18
  24. )    Alternate keystrokes: 18
  25.  
  26. The cursor will be repositioned to the specified
  27. line number of the current window. A prompt box
  28. will request the target line number. Enter any
  29. number from 1 to 32767. If the value is preceded
  30. by a plus (+) or minus (-) sign, the target line
  31. number will be calculated relative to the current
  32. line.
  33. @19
  34.  
  35. &GO TO COLUMN NUMBER
  36.  
  37.     Keystroke sequence:   19
  38. )    Alternate keystrokes: 19
  39.  
  40. The cursor will be repositioned to the specified
  41. column number of the current line. A prompt box
  42. will request the target column number. Enter any
  43. number from 1 to 999. If the value is preceded
  44. by a plus (+) or minus (-) sign, the target
  45. column number will be calculated relative to the
  46. current column.
  47. @20
  48.  
  49. &GO TO WINDOW
  50.  
  51.     Keystroke sequence:   20
  52. )    Alternate keystrokes: 20
  53.  
  54. The cursor will be moved to the current position
  55. in another window on the screen. If only one
  56. window is available, nothing will happen.
  57. Otherwise a menu will appear, showing the
  58. available windows, and the files currently in
  59. each one. Select one of these choices by moving
  60. the selection bar or by pressing the number of
  61. the desired window.
  62. @22
  63.  
  64. &UNDO LAST DELETION
  65.  
  66.     Keystroke sequence:   22
  67. )    Alternate keystrokes: 22
  68.  
  69. The line of text most recently deleted will be
  70. inserted into the current text stream at the
  71. cursor position. Note that this applies only to
  72. complete lines of text, and not to character or
  73. word deletions. By default, 20 lines of deleted
  74. text are stored for possible undeletion. The undo
  75. limit can be adjusted via a Setup command.
  76. @23
  77.  
  78. &RESTORE LINE
  79.  
  80.     Keystroke sequence:   23
  81. )    Alternate keystrokes: 23
  82.  
  83. The current line of text will be restored to its
  84. appearance just prior to when the cursor was
  85. moved onto the line. The cursor position will
  86. also be restored to the value when it entered the
  87. line.
  88. @34
  89.  
  90. &SEARCH FOR PATTERN
  91.  
  92.     Keystroke sequence:   34
  93. )    Alternate keystrokes: 34
  94.  
  95. The current window will be searched to find a
  96. specified sequence of text. When the pattern is
  97. found, the cursor will be positioned at the
  98. beginning of the pattern, and the matched text
  99. highlighted until the next keystroke.
  100.  
  101. A prompt box will allow entry of the text
  102. pattern and search options. Enter any text or
  103. control characters just as they would be typed in
  104. the body of the file.
  105. ]
  106.  
  107. Search options control the behavior of the
  108. search. The following options are available:
  109.  
  110.  U - ignore case (Upper-case) while searching
  111. ) B - search Backwards from the cursor
  112. )     position.
  113. ) W - search for whole Words only.
  114. ) G - search Globally, starting at the
  115. )     beginning of the file (or end, if
  116. )     searching backwards).
  117. ) L - search Locally (only within marked block).
  118. ) n - search for the nth occurrence of the
  119. )     string (n is an integer).
  120. ]
  121.  
  122. Enter the following sequence of keystrokes to
  123. search for the end of each text line:
  124. <CtrlP><CtrlM><CtrlP><CtrlJ>. This sequence
  125. enters Carriage return/Line feed into the search
  126. pattern.
  127.  
  128. Note that each pattern must be found within a
  129. single line. No match may span multiple lines.
  130. @35
  131.  
  132. &SEARCH AND REPLACE
  133.  
  134.     Keystroke sequence:   35
  135. )    Alternate keystrokes: 35
  136.  
  137. The current window will be searched for a
  138. specified sequence of text. When the pattern is
  139. found, it will be replaced with another specified
  140. text sequence.
  141.  
  142. A prompt box will allow entry of the search
  143. text, replacement text, and search options. Enter
  144. any text or control characters just as they would
  145. be typed in the body of the file.
  146. ]
  147.  
  148. Search options control the behavior of the
  149. search. The following options are available:
  150.  
  151.  U - ignore case (Upper-case) while searching
  152. ) B - search Backwards from the cursor
  153. )     position.
  154. ) W - search for whole Words only.
  155. ) G - search Globally, starting at the extreme
  156. )     end of the file.
  157. ) L - search Locally (only within marked block).
  158. ) N - do Not prompt for confirmation when the
  159. )     pattern is found.
  160. ) n - replace n occurrences of the string
  161. )     (n is an integer).
  162. ]
  163.  
  164. If the N option is not specified, a prompt will
  165. occur each time the search pattern is found. This
  166. prompt will provide the following options:
  167.  
  168.  Y - replace this text and continue searching.
  169. ) N - do Not replace, but continue searching.
  170. ) A - replace this text and replace All others
  171. )     without prompting.
  172. ) Q - do not replace, and Quit searching.
  173. ]
  174.  
  175. Enter the following sequence of keystrokes to
  176. search for the end of each text line:
  177. <CtrlP><CtrlM><CtrlP><CtrlJ>. This sequence
  178. enters Carriage return/Line feed into the search
  179. pattern.
  180. @36
  181.  
  182. &SEARCH AND USE MACRO
  183.  
  184.     Keystroke sequence:   36
  185. )    Alternate keystrokes: 36
  186.  
  187. The current window will be searched for a
  188. specified sequence of text. When the pattern is
  189. found, the cursor will be positioned just past the end of the
  190. string, and a specified macro will be played
  191. back.
  192. ]
  193.  
  194. A prompt box will allow entry of the search
  195. text, macro selection, and search options. Enter
  196. any text or control characters just as they would
  197. be typed in the body of the file. The macro must
  198. have been defined prior to using the search and
  199. apply macro command.
  200. ]
  201.  
  202. Search options control the behavior of the
  203. search. The following options are available:
  204.  
  205.  U - ignore case (Upper-case) while searching
  206. ) B - search Backwards from the cursor
  207. )     position.
  208. ) W - search for whole Words only.
  209. ) G - search Globally, starting at the extreme
  210. )     end of the file.
  211. ) L - search Locally (only within marked block).
  212. ) N - do Not prompt for confirmation when the
  213. )     pattern is found.
  214. ) n - apply macro for n occurrences of the
  215. )     search string (n is an integer).
  216. ]
  217.  
  218. If the N option is not specified, a prompt will
  219. occur each time the search pattern is found. This
  220. prompt will provide the following options:
  221.  
  222.  Y - apply macro and continue searching.
  223. ) N - do Not apply macro, but continue searching.
  224. ) A - apply macro and apply at All matches
  225. )     without prompting.
  226. ) Q - do not apply macro, and Quit searching.
  227. ]
  228.  
  229. Enter the following sequence of keystrokes to
  230. search for the end of each text line:
  231. <CtrlP><CtrlM><CtrlP><CtrlJ>. This sequence
  232. enters Carriage return/Line feed into the search
  233. pattern.
  234. @37
  235.  
  236. &SEARCH AGAIN
  237.  
  238.     Keystroke sequence:   37
  239. )    Alternate keystrokes: 37
  240.  
  241. The previous search operation will be repeated.
  242. This will repeat a plain search, a search and
  243. replace, or a search and apply macro command.
  244. @38
  245.  
  246. &OPERATING SYSTEM
  247.  
  248.     Keystroke sequence:   38
  249. )    Alternate keystrokes: 38
  250.  
  251. Any DOS command or program may be executed. A
  252. prompt box will ask for the name of the command
  253. or program to run. Entering an empty line at the
  254. prompt box will cause a DOS shell to be invoked.
  255. You may execute any sequence of DOS commands from
  256. the shell, and finally return to the editor by
  257. typing Exit.
  258. ]
  259.  
  260. The DOS shell requires that a copy of COMMAND.COM
  261. be present in the normal drive and directory
  262. assigned by DOS. Sufficient random-access memory
  263. must be available for the shell and any command
  264. that you specify.
  265.  
  266. Do not execute any program that becomes memory
  267. resident while within the DOS shell.
  268. @39
  269.  
  270. &BACKWARD TAB
  271.  
  272.     Keystroke sequence:   39
  273. )    Alternate keystrokes: 39
  274.  
  275. The cursor will be moved to the next tab left of
  276. the current position. This command is available
  277. only in fixed tab mode.
  278. @40
  279.  
  280. &EDIT ANOTHER FILE
  281.  
  282.     Keystroke sequence:   40
  283. )    Alternate keystrokes: 40
  284.  
  285. The current window will be cleared, and a prompt
  286. box will ask for the name of another file to
  287. edit. If the current window already holds a file
  288. that has been modified, you will be given the
  289. opportunity to save it.
  290. ]
  291.  
  292. When prompted for a file name, you may enter DOS
  293. wildcards or the name of another drive or
  294. subdirectory. In this case, another window will
  295. display the names of all matching files. You can
  296. select from this list by using the cursor keypad,
  297. or by pressing the first letter of the filename
  298. in which you are interested.
  299.  
  300. By entering an empty line for the file name, you
  301. can edit a file without specifying a name for it.
  302. A name can be specified later when you want to
  303. write it out to disk.
  304. @41
  305.  
  306. &QUIT AND EXIT
  307.  
  308.     Keystroke sequence:   41
  309. )    Alternate keystrokes: 41
  310.  
  311. The editing session will end and you will return
  312. to DOS. If any windows have been modified, prompt
  313. boxes will appear and you will be given the
  314. opportunity to save each modified file. If you
  315. type <Esc> at any of the prompt boxes, the QUIT and
  316. EXIT command will be interrupted and you will
  317. return to the current text window.
  318. @42
  319.  
  320. &READ BLOCK FROM FILE
  321.  
  322.     Keystroke sequence:   42
  323. )    Alternate keystrokes: 42
  324.  
  325. A prompt box will ask for the name of a file to
  326. read. This file will be read into the current
  327. window, starting at the current cursor position.
  328. The newly read text will be marked as a block.
  329. ]
  330.  
  331. When prompted for a file name, you may enter DOS
  332. wildcards or the name of another drive or
  333. subdirectory. In this case, another window will
  334. display the names of all matching files. You can
  335. select from this list by using the cursor keypad,
  336. or by pressing the first letter of the filename
  337. in which you are interested.
  338. @43
  339.  
  340. &SAVE AND CONTINUE EDIT
  341.  
  342.     Keystroke sequence:   43
  343. )    Alternate keystrokes: 43
  344.  
  345. The contents of the current window will be saved
  346. to disk, using a file name the same as when the
  347. file was first read. If the file has not been
  348. named, a prompt box will ask for a new name. If
  349. the disk file already exists, a backup copy will
  350. be made before overwriting the existing version.
  351. The cursor will remain in place after the file is
  352. written to disk.
  353. @44
  354.  
  355. &WRITE BLOCK TO FILE
  356.  
  357.     Keystroke sequence:   44
  358. )    Alternate keystrokes: 44
  359.  
  360. The currently marked block will be written to a
  361. disk file. If no block is marked, an error
  362. message will be produced. If the disk file
  363. already exists, you will be given the choice of
  364. overwriting it or appending to it.
  365. @45
  366.  
  367. &SAVE AND EXIT
  368.  
  369.     Keystroke sequence:   45
  370. )    Alternate keystrokes: 45
  371.  
  372. The editing session will end and you will return
  373. to DOS. If any windows have been modified, they
  374. will be saved. If any file does not have a name
  375. you will be prompted to enter a name. If you
  376. type <Esc> at any of the prompt boxes, the SAVE AND
  377. EXIT command will be interrupted and you will
  378. return to the current text window.
  379. @46
  380.  
  381. &FILE OPEN
  382.  
  383.     Keystroke sequence:   46
  384. )    Alternate keystrokes: 46
  385.  
  386. A prompt box will ask for the name of a new file
  387. to read. If another file is already being edited,
  388. the current window will be split in half, and the
  389. new file will be read into the new window.
  390.  
  391. By specifying a file name that matches an
  392. existing window, you may look at two regions of
  393. the same file. Changes made in one window will
  394. affect all other windows which contain the same
  395. file.
  396. ]
  397.  
  398. When prompted for a file name, you may enter DOS
  399. wildcards or the name of another drive or
  400. subdirectory. In this case, another window will
  401. display the names of all matching files. You can
  402. select from this list by using the cursor keypad,
  403. or by pressing the first letter of the filename
  404. in which you are interested.
  405.  
  406. By entering an empty line for the file name, you
  407. can edit a file without specifying a name for it.
  408. A name can be specified later when you want to
  409. write it out to disk.
  410. @47
  411.  
  412. &RESIZE WINDOW
  413.  
  414.     Keystroke sequence:   47
  415. )    Alternate keystrokes: 47
  416.  
  417. Use this command to change the height of the
  418. current window. The up and down arrow keys will
  419. move the window dividing lines. Press <Enter>
  420. when the window has the desired size.
  421. @48
  422.  
  423. &SAVE/SWITCH FILES
  424.  
  425.     Keystroke sequence:   48
  426. )    Alternate keystrokes: 48
  427.  
  428. The file in the current window will be stored to
  429. disk. A prompt box will then ask for the name of
  430. another file to edit. The new file will be read
  431. into the current window. All window sizes will
  432. remain the same.
  433. ]
  434.  
  435. When prompted for a file name, you may enter DOS
  436. wildcards or the name of another drive or
  437. subdirectory. In this case, another window will
  438. display the names of all matching files. You can
  439. select from this list by using the cursor keypad,
  440. or by pressing the first letter of the filename
  441. in which you are interested.
  442.  
  443. By entering an empty line for the file name, you
  444. can edit a file without specifying a name for it.
  445. A name can be specified later when you want to
  446. write it out to disk.
  447. @49
  448.  
  449. &NEXT WINDOW
  450.  
  451.     Keystroke sequence:   49
  452. )    Alternate keystrokes: 49
  453.  
  454. The cursor will be moved to the current position
  455. in the next window down on the screen. If the
  456. cursor is already in the lowest window, it will
  457. move to the topmost window. If there is only one
  458. window, nothing will happen.
  459. @51
  460.  
  461. &ZOOM WINDOW
  462.  
  463.     Keystroke sequence:   51
  464. )    Alternate keystrokes: 51
  465.  
  466. The current window will grow to fill the screen.
  467. Other text windows are kept in memory, but are
  468. not visible until zoom is toggled off. The Next
  469. window and Previous window commands will bring
  470. each window to the forefront in succession. Text
  471. markers and blocks may be accessed as usual in
  472. the hidden windows. The only exception is block
  473. delete: a block will not be deleted from a hidden
  474. window.
  475. ]
  476.  
  477. When zoom is active, a letter Z will appear at the
  478. left edge of the window status line. Toggling
  479. the zoom command again will make all windows
  480. visible.
  481. @52
  482.  
  483. &BLOCK BEGIN
  484.  
  485.     Keystroke sequence:   52
  486. )    Alternate keystrokes: 52
  487.  
  488. The cursor position will become the start of a
  489. marked block.
  490. @53
  491.  
  492. &BLOCK END
  493.  
  494.     Keystroke sequence:   53
  495. )    Alternate keystrokes: 53
  496.  
  497. The cursor position will become the end of a
  498. marked block.
  499. @54
  500.  
  501. &START OF BLOCK
  502.  
  503.     Keystroke sequence:   54
  504. )    Alternate keystrokes: 54
  505.  
  506. The cursor will be moved to the start of the
  507. current block, whether it is visible or not.
  508. @55
  509.  
  510. &END OF BLOCK
  511.  
  512.     Keystroke sequence:   55
  513. )    Alternate keystrokes: 55
  514.  
  515. The cursor will be moved to the end of the marked
  516. block, whether it is visible or not.
  517. @56
  518.  
  519. &BLOCK COPY
  520.  
  521.     Keystroke sequence:   56
  522. )    Alternate keystrokes: 56
  523.  
  524. A copy of the marked block will be inserted at
  525. the current cursor position.
  526. @57
  527.  
  528. &BLOCK MOVE
  529.  
  530.     Keystroke sequence:   57
  531. )    Alternate keystrokes: 57
  532.  
  533. The marked block will be removed from its current
  534. location and inserted at the current cursor
  535. position.
  536. @58
  537.  
  538. &BLOCK DELETE
  539.  
  540.     Keystroke sequence:   58
  541. )    Alternate keystrokes: 58
  542.  
  543. The marked block will be deleted from the text
  544. stream. If the block spans more than one line,
  545. the deleted lines may be recovered via the
  546. Undelete command.
  547. @59
  548.  
  549. &HIDE BLOCK
  550.  
  551.     Keystroke sequence:   59
  552. )    Alternate keystrokes: 59
  553.  
  554. The on-screen highlighting of the marked block is
  555. toggled on or off. Blocks can be copied, moved,
  556. or deleted only when the block is visibly marked.
  557. Movement to block start or end is possible even
  558. when the block is not visible.
  559. @82
  560.  
  561. &LOAD MACROS FROM DISK
  562.  
  563.     Keystroke sequence:   82
  564. )    Alternate keystrokes: 82
  565.  
  566. A previously stored file of WordFugue keyboard
  567. macros is loaded into memory. The macro file is a
  568. binary file in a special format used by
  569. WordFugue. Macros may be recorded, edited, and
  570. stored to disk from within WordFugue. Each macro
  571. file contains 37 macros, each of which may hold
  572. up to 255 keystrokes. WordFugue automatically
  573. loads the macro file WF.MAC, if found, when the
  574. program is started.
  575. @83
  576.  
  577. &STORE MACROS TO DISK
  578.  
  579.     Keystroke sequence:   83
  580. )    Alternate keystrokes: 83
  581.  
  582. The current set of WordFugue keyboard macros is
  583. written to a disk file. A prompt box will ask for
  584. a file name. The macro file is a binary file in a
  585. special format used by WordFugue. Macros may be
  586. recorded, edited, and stored to disk from within
  587. WordFugue. Each macro file contains 37 macros,
  588. each of which may hold up to 255 keystrokes.
  589. WordFugue automatically loads the macro file
  590. WF.MAC, if found, when the program is started.
  591. @84
  592.  
  593. &TOGGLE MACRO RECORD
  594.  
  595.     Keystroke sequence:   84
  596. )    Alternate keystrokes: 84
  597.  
  598. Any keystrokes entered after this command is
  599. activated are stored within a keyboard macro,
  600. which may be edited and later played back within
  601. WordFugue. To stop macro recording, enter this
  602. command a second time. A prompt box will ask for
  603. which of the 37 macros should store the newly
  604. recorded one, and for a descriptive name for the
  605. macro.
  606.  
  607. Each macro can hold up to 255 keystrokes. Macros
  608. can play back other macros. Macros are played
  609. back by pressing one of the installed keystroke
  610. combinations, or by choosing the WordFugue Macro
  611. Playback option from the menu system.
  612.  
  613. @95
  614.  
  615. &PLAY BACK MACRO
  616.  
  617.     Keystroke sequence:   95
  618. )    Alternate keystrokes: 95
  619. )
  620. This command allows you to replay a macro simply
  621. by pressing the activation character 0..9 and A..Z
  622. without having to go through the macro replay menu.
  623. Lowercase letters count as uppercase letters.
  624. )
  625. )Press the replay macro command sequence followed by the
  626. number or letter. The macro will be replayed.
  627.  
  628. @96
  629.  
  630. &PLAYBACK MACRO PROMPTED
  631.  
  632. This command will play back a previously recorded
  633. macro. A menu showing the name of all macros will
  634. appear; you should choose the one desired, either by moving
  635. the high light bar, or by typing in the number corresponding
  636. to the macro.
  637.  
  638. The following screen gives shortcut commands which
  639. allow you to playback macros without using the
  640. menu system.
  641. ]
  642. The following commands will playback a macro
  643. without using the menu system:
  644. )Macro 1    Main: 85    Alternate: 85
  645. )Macro 2    Main: 86    Alternate: 86
  646. )Macro 3    Main: 87    Alternate: 87
  647. )Macro 4    Main: 88    Alternate: 88
  648. )Macro 5    Main: 89    Alternate: 89
  649. )Macro 6    Main: 90    Alternate: 90
  650. )Macro 7    Main: 91    Alternate: 91
  651. )Macro 8    Main: 92    Alternate: 92
  652. )Macro 9    Main: 93    Alternate: 93
  653. )AnyMacro 0..9 A..Z   Main: 95    Alternate: 95   followed by
  654. number or letter
  655. )AnyMacro n times   Main: 94    Alternate: 94
  656. )   You will be prompted for macro and number of times
  657. ]
  658.  
  659. The connection between macros and activation characters is
  660. quite simple - the first 10 macros are named 0 to 9, the
  661. next 26 are named A to Z.
  662. @97
  663.  
  664. &EDIT CURRENT FILE DESCRIPTION
  665.  
  666.     Keystroke sequence:   97
  667. )    Alternate keystrokes: 97
  668.  
  669. Use this command to add or edit the descriptive
  670. comment attached to the file you are editing.
  671. @98
  672.  
  673. &PACK DESCRIPTION FILE
  674.  
  675.     Keystroke sequence:   98
  676. )    Alternate keystrokes: 98
  677.  
  678. Use this command to remove descriptions of files
  679. that are no longer in the directory, or which
  680. have blank comments.
  681.  
  682. )Comments are stored in a file called FILEINFO.WF
  683. @99
  684.  
  685. &SET DOT COMMAND PREFIX
  686.  
  687.     Keystroke sequence:   99
  688. )    Alternate keystrokes: 99
  689.  
  690. By defualt, all printer commands are prefixed by a dot (.)
  691. in column 1. This is the wordstar standard. However, this may interfere
  692. with some of your files, and so this command allows you to set it
  693. to be any special character. for example, you could use an @, or perhaps
  694. a |, or any character that is not a letter of the alphabet or a number
  695. @100
  696.  
  697. &PASTE RESULT
  698.  
  699.     Keystroke sequence:   100
  700. )    Alternate keystrokes: 100
  701.  
  702. This function is used to paste various function results
  703. into the text file you are editing.
  704. )
  705. )   = - pastes the result of the last calculation
  706. )   # - pastes the actual equation used
  707. )   @ - prompts for a print function to evaluate,
  708. )         and pastes the result
  709.  
  710. @101
  711.  
  712. &CALCULATOR
  713.  
  714.     Keystroke sequence:   101
  715. )    Alternate keystrokes: 101
  716.  
  717. This function pops up a calculation window, and permits
  718. you to enter mathematical equations, and calculates the
  719. result when you press Enter. A list of available
  720. functions is given in the window.
  721.  
  722. Equations are entered in normal mathematical fashion,
  723. including brackets:
  724. )      SQRT(PI + exp(1.734502))-sin(50)
  725. ) or   144+84+88+35+69
  726. )
  727. )Decimal values should start with 0. rather than .,
  728. since the calculator will beep if it finds an error.
  729. Sometimes an error message will appear, when the
  730. calculator detects situations like dividing by zero, or
  731. a floating point overflow. This last occurs when you
  732. exceed the bounds of the calculatable values. The range
  733. of values is ± 1*E1400 (which is quite large) and is
  734. calculated to 19 significant digits.
  735.  
  736. If you have an 8087 maths co-processor, the calculator
  737. will use that, otherwise it will emulate it. (Same
  738. accuracy, only slower).
  739. @102
  740.  
  741. &COLUMN REPLACE
  742.  
  743.     Keystroke sequence:   102
  744. )    Alternate keystrokes: 102
  745.  
  746. Column replace mode only has meaning in conjunction
  747. with Column Mode being ON. When Column Replace Mode is
  748. ON moved and copied blocks will overwrite any text in
  749. the area they are copied to, and delete and move will
  750. space fill the deleted text.
  751.  
  752. When Column Replace mode is OFF, moved and copied
  753. blocks will push existing text to the right, and delete
  754. and move will suck text left to fill the hole left by
  755. the deleted text.
  756.  
  757. @103
  758.  
  759. &COLUMN MODE
  760.  
  761.     Keystroke sequence:   103
  762. )    Alternate keystrokes: 103
  763.  
  764. Column mode determines whether blocks of text continue
  765. at the start of the next line, or continue at the same
  766. column number in the line below. When column mode is
  767. off, all text between the start block marker and the
  768. end block marker is moved/copied/deleted. If Column
  769. Mode is ON, the start marker is considered to mark the
  770. top left corner of a rectangular block, while the end
  771. marker is considered to mark the bottom right corner.
  772. If the Block end column is less than the block start
  773. column, no block will be visible.
  774.  
  775. If Column Mode is ON, the status line will show either
  776. Cols if Column Replace is OFF, or C Rep if Column
  777. Replace is ON.
  778.  
  779. If word wrap is on, columns of text can be delineated
  780. by use of < and > or ] in the ruler line. In this case,
  781. columns of text will wrap independently of other
  782. columns, paragraph reformat will only reformat text
  783. within the column boundaries, text will only insert
  784. within the column (other columns will not be
  785. displaced), and delete character and delete word will
  786. only delete within column boundaries.
  787.  
  788. @104
  789.  
  790. &GET INFORMATION
  791.  
  792.     Keystroke sequence:   104
  793. )    Alternate keystrokes: 104
  794.  
  795. Various facts about WordFugue and the current
  796. file are displayed. Information shown includes
  797. the complete path name of the current file; its
  798. size in bytes, words, lines, and pages; whether
  799. it has been modified since last disk save; the
  800. time and date; available RAM and disk space; the
  801. current directory; and the DOS and WordFugue
  802. version numbers.
  803.  
  804. Some of the statistics that WordFugue presents
  805. take a while to compute. By pressing any key while
  806. the Get Info window is being updated, you can
  807. "short-circuit" the computation of some items.
  808. @106
  809.  
  810. &TOGGLE INSERT MODE
  811.  
  812.     Keystroke sequence:   106
  813. )    Alternate keystrokes: 106
  814.  
  815. When insert mode is active, newly typed text is
  816. inserted into the current text line, pushing
  817. characters to the right of the cursor aside to
  818. make room. When insert mode is off, newly typed
  819. text overwrites existing text. Many commands,
  820. such as block copy and insert line, operate in
  821. insert mode independent of the setting of this
  822. toggle.
  823. @107
  824.  
  825. &TOGGLE AUTOINDENT MODE
  826.  
  827.     Keystroke sequence:   107
  828. )    Alternate keystrokes: 107
  829.  
  830. When autoindent mode is active and the <Enter>
  831. key is pressed, the new line of text will be
  832. indented the same number of spaces as the line
  833. immediately above it. The setting of this toggle
  834. also affects the operation of the paragraph
  835. reformatting command.
  836. @108
  837.  
  838. &TOGGLE CASE
  839.  
  840.     Keystroke sequence:   108
  841. )    Alternate keystrokes: 108
  842.  
  843. The case of the character at the cursor location
  844. will be toggled from upper to lower, or from
  845. lower to upper. If a block is marked and visible,
  846. and the cursor is anywhere within the marked
  847. block, the command will toggle the case of the
  848. entire block.
  849. @109
  850.  
  851. &LOWER CASE
  852.  
  853.     Keystroke sequence:   109
  854. )    Alternate keystrokes: 109
  855.  
  856. The case of the character at the cursor location
  857. will be set to lower-case. If a block is marked
  858. and visible, and the cursor is anywhere within
  859. the marked block, the command will change the
  860. case of the entire block.
  861. @110
  862.  
  863. &UPPER CASE
  864.  
  865.     Keystroke sequence:   110
  866. )    Alternate keystrokes: 110
  867.  
  868. The case of the character at the cursor location
  869. will be set to upper-case. If a block is marked
  870. and visible, and the cursor is somewhere within
  871. the marked block, the command will change the
  872. case of the entire block.
  873. @111
  874.  
  875. &SET RIGHT MARGIN
  876.  
  877.     Keystroke sequence:   111
  878. )    Alternate keystrokes: 111
  879.  
  880. A prompt box will ask for a new value for the
  881. right margin. Entering an empty prompt string will
  882. set the right margin to the current cursor column.
  883. The right margin is used only when Word Wrap mode
  884. is active. When that is so, text entered in a
  885. column beyond the right margin will automatically
  886. be wrapped to the next line. Paragraph formatting
  887. will move words so that lines are as full as
  888. possible within, but not exceeding, the right
  889. margin.
  890. @112
  891.  
  892. &FORMAT PARAGRAPH
  893.  
  894.     Keystroke sequence:   112
  895. )    Alternate keystrokes: 112
  896.  
  897. Format paragraph is available only when Word
  898. Wrap mode is active. Paragraph reformatting will
  899. move words so that lines are as full as possible
  900. within, but not exceeding, the current left and
  901. right margins. If Justify mode is active, the
  902. lines will also be evenly filled with spaces so
  903. that the rightmost word ends on the right margin.
  904.  
  905. The paragraph reformat is terminated when a blank
  906. line, or a line beginning with a format character
  907. (.), is reached.
  908. @113
  909.  
  910. &TOGGLE WORD WRAP
  911.  
  912.     Keystroke sequence:   113
  913. )    Alternate keystrokes: 113
  914.  
  915. When Word Wrap mode is active, paragraph
  916. reformatting and automatic word wrap are
  917. available. Otherwise, left and right margin
  918. settings are ignored, and text may be entered in
  919. any column up to the maximum line length.
  920. @114
  921.  
  922. &SET LEFT MARGIN
  923.  
  924.     Keystroke sequence:   114
  925. )    Alternate keystrokes: 114
  926.  
  927. A prompt box will ask for a new value for the
  928. left margin. Entering an empty prompt string will
  929. set the left margin to the current cursor column.
  930.  
  931. When Word Wrap mode is active, the left margin
  932. controls the leftmost position where text may be
  933. entered. The left margin also controls the
  934. operation of the paragraph formatting command.
  935.  
  936. The left and right margins can be made visible by
  937. toggling the Tab Line Display.
  938.  
  939. Print formatting commands require that the
  940. format character (.) be located in column 1 even
  941. if the left margin is set to a number greater
  942. than one. To achieve this, enter the format
  943. command starting at the left margin, move the
  944. cursor to column 1 with the Left of Line command,
  945. and delete the intervening spaces via Delete
  946. Word. Alternatively, activate the Margin Release
  947. command while the format command is entered.
  948. @115
  949.  
  950. &DISPLAY TABS
  951.  
  952.     Keystroke sequence:   115
  953. )    Alternate keystrokes: 115
  954.  
  955. Toggling Display Tabs ON reserves one line of the
  956. current window for display of tab settings and
  957. margins. The tabs and margins can be active
  958. whether or not the tab line is visible.
  959. @116
  960.  
  961. &INSERT UNDO BUFFER
  962.  
  963.     Keystroke sequence:   116
  964. )    Alternate keystrokes: 116
  965.  
  966. The entire contents of the undo buffer are
  967. inserted into the current text stream, prior to
  968. the current line. This empties the undo buffer,
  969. that is, the operation can be used only once for
  970. any set of deletions.
  971. @117
  972.  
  973. &TOGGLE JUSTIFY
  974.  
  975.     Keystroke sequence:   117
  976. )    Alternate keystrokes: 117
  977.  
  978. When Justify is active, word wrap and paragraph
  979. reformat operations will cause each line to be
  980. filled in with spaces such that the rightmost
  981. non-blank character is exactly on the right
  982. margin.
  983. ]
  984.  
  985. By toggling Justify off, and reformatting lines
  986. or paragraphs, the additional blanks will be
  987. automatically removed from the text. Note that
  988. blanks manually inserted (via the Tab command,
  989. etc.) will also be removed, unless the Compress
  990. Wrap mode is turned off.
  991.  
  992. WordFugue does not differentiate between "soft"
  993. blanks added during justification and "hard"
  994. blanks manually entered. However, the character
  995. <CtrlO> may be used in place of a normal blank
  996. when non-changing spaces are desired. The <CtrlO>
  997. will be printed as a normal space. To enter a
  998. <CtrlO> in the text stream, press 25<CtrlO>.
  999. @118
  1000.  
  1001. &TOGGLE PAGE BREAKS
  1002.  
  1003.     Keystroke sequence:   118
  1004. )    Alternate keystrokes: 118
  1005.  
  1006. When pagination is activated, the right two
  1007. columns of the text window will be devoted to
  1008. showing page breaks. The characters ₧° in those
  1009. columns indicate that the corresponding line is
  1010. the first printing text line on its page.
  1011.  
  1012. In addition, the status line for the window will
  1013. indicate what page number the cursor is on. The
  1014. Jump to Page command is available only when
  1015. pagination is activated.
  1016. ]
  1017.  
  1018. WordFugue calculates page numbers while it is
  1019. waiting for you to enter keystrokes. As a result,
  1020. if you enter new text it may take a short period
  1021. of time before the page break markers are redrawn
  1022. at their new positions.
  1023.  
  1024. Although the page breaks displayed on screen
  1025. correspond to those in a printout of the
  1026. document, WordFugue does not store any special
  1027. characters in the disk file. Page breaks are
  1028. recomputed each time the file is read into
  1029. WordFugue.
  1030.  
  1031. Pagination can be precisely controlled via the
  1032. formatting commands. See the help section for
  1033. File Print Formatting.
  1034. @119
  1035.  
  1036. &TOGGLE FONT DISPLAY
  1037.  
  1038.     Keystroke sequence:   119
  1039. )    Alternate keystrokes: 119
  1040.  
  1041. When Font Display is enabled, print formatting
  1042. commands that control font selections will not
  1043. be displayed on-screen. Instead the marked text
  1044. will be displayed in a color or attribute
  1045. corresponding to the font. This "what you see is
  1046. what you get" mode allows more accurate alignment
  1047. of tables, and avoids multiple print cycles to
  1048. correct formatting commands.
  1049.  
  1050. The screen colors for each font may be adjusted on
  1051. the Options Colors menu.
  1052.  
  1053. When font display is enabled, the control
  1054. characters that select the fonts are not visible.
  1055. However, the cursor can be positioned over the
  1056. control character, and it can be deleted if
  1057. desired. The WordFugue hardware cursor grows to a
  1058. large block when it is positioned over the
  1059. control character. The value of the control
  1060. character will be displayed at the right hand
  1061. edge of the window status line when the cursor is
  1062. positioned over it.
  1063.  
  1064. WordFugue computes the display of on-screen fonts
  1065. while it is waiting for you to enter keystrokes.
  1066. As a result, if you enter new text it may take a
  1067. short period of time before control characters
  1068. disappear and fonts are drawn in their final
  1069. colors.
  1070. @120
  1071.  
  1072. &CENTER LINE
  1073.  
  1074.     Keystroke sequence:   120
  1075. )    Alternate keystrokes: 120
  1076.  
  1077. The current line will be centered between the
  1078. left and right margins. This command is active
  1079. only when Word Wrap mode is on. If both Word Wrap
  1080. and Column Mode are on, the text within the current
  1081. column will be centred within the column boundaries.
  1082. @121
  1083.  
  1084. &SET COLORS
  1085.  
  1086.     Keystroke sequence:   121
  1087. )    Alternate keystrokes: 121
  1088.  
  1089. All of the editor colors can be customized to
  1090. your liking. Independent color settings are
  1091. available for normal text, block marked text,
  1092. window status lines, the prompt line at the top
  1093. of the screen, text in menus and prompt boxes,
  1094. menu frames, the highlighted character by which
  1095. each menu item may be selected, the currently
  1096. selected menu item, the block cursor (when
  1097. active), and each of the seven selectable fonts.
  1098. ]
  1099.  
  1100. The colors that you select are saved with
  1101. WordFugue when you execute the Options Save
  1102. setup command.
  1103. @122
  1104.  
  1105. &SAVE SETUP
  1106.  
  1107.     Keystroke sequence:   122
  1108. )    Alternate keystrokes: 122
  1109.  
  1110. The toggles, settings, colors, and options are
  1111. stored as WordFugue defaults when this command is
  1112. executed. WF.EXE must be present in the default
  1113. directory or in the installed home directory.
  1114. @123
  1115.  
  1116. &PRINT FILE
  1117.  
  1118.     Keystroke sequence:   123
  1119. )    Alternate keystrokes: 123
  1120.  
  1121. Any text file can be printed from within
  1122. WordFugue. Files formatted with WordFugue's page
  1123. layout commands and font controls will print with
  1124. multiple fonts, headers, footers, and page breaks.
  1125.  
  1126. Do not press <Enter> on the first menu selection,
  1127. Print file now, until the other items in the box
  1128. have been set to your satisfaction. Selecting the
  1129. first item starts the print job.
  1130.  
  1131. After you select the second menu item, Name of
  1132. file, a prompt box will request entry of the name
  1133. of the file to print. When prompted for a file
  1134. name, you may enter DOS wildcards or the name of
  1135. another drive or subdirectory. In this case,
  1136. another window will display the names of all
  1137. matching files. You can select from this list by
  1138. using the cursor keypad, or by pressing the first
  1139. letter of the filename in which you are
  1140. interested.
  1141.  
  1142. If you wish to print a file that is currently
  1143. loaded in memory, be sure to save any recent
  1144. changes to disk before trying to print it. If you
  1145. attempt to print a file that has unsaved changes,
  1146. WordFugue will produce an error message.
  1147.  
  1148. Set Auto formatting OFF if you wish to have
  1149. WordFugue ignore formatting commands (. commands)
  1150. in your text. In this case, text will print
  1151. continuously with no form feeds or page breaks.
  1152. Control codes embedded in the text will be
  1153. written to the output without interpretation.
  1154.  
  1155. By default, WordFugue prints all pages of the
  1156. document. You can set starting and stopping
  1157. pages if desired. If you prefer, you can select
  1158. Odd or Even Pages to print ODD pages only or
  1159. EVEN pages only to facilitate printing on both
  1160. sides of the page. Print all odd pages first, then
  1161. place the paper back upside down and print all
  1162. even pages.
  1163.  
  1164. If you need to make more than one copy, you can
  1165. select up to 20 Copies.
  1166.  
  1167. Select from any of the available printer
  1168. definition files (default extension .PDF) to find
  1169. one that is appropriate for your printer. You can
  1170. change to another file and use Options Save setup
  1171. to regularly use that file.
  1172.  
  1173. If your printer allows it, you can select Quality
  1174. of Print as Letter Quality for a higher quality of print.
  1175. The codes for letter quality and default quality
  1176. are stored in the printer definition files.
  1177.  
  1178. You can also choose between sending the printed
  1179. output to LPT1, LPT2, LPT3 or to a file. LPT1 etc
  1180. refer to the computer port where your printer is
  1181. attached. If the printer is attached to a serial
  1182. port, you must use the DOS MODE command in order
  1183. to assign the serial port to one of the print
  1184. devices LPT1, LPT2 or LPT3. Your choice
  1185. will be saved with WordFugue when you Save
  1186. Setup.
  1187.  
  1188. When output is printed to a file, all control
  1189. codes are written out just as when they are
  1190. printed. In this case, you must also specify the
  1191. name of the output file using the prompt window.
  1192.  
  1193. Set Manual paper feed ON if you wish to have
  1194. WordFugue prompt you to insert a new sheet of
  1195. paper after each page. This choice is also stored
  1196. as part of the printer definition file for your
  1197. selected printer.
  1198.  
  1199. Set Use formfeeds ON if your printer accepts
  1200. ASCII character #12 to eject each page. Otherwise,
  1201. WordFugue will fill out the end of each page with
  1202. blank lines.
  1203.  
  1204. After making all selections, move the menu bar to
  1205. the Print file now item and press <Enter>. If
  1206. you decide not to print, just press <Esc>.
  1207. Printing occurs as a background task. You can
  1208. continue editing with minimal loss of performance
  1209. while the print job continues.
  1210.  
  1211. To stop a print job at any time, execute the
  1212. Print File command sequence. WordFugue will
  1213. confirm whether you want to stop the print job.
  1214. ]
  1215.  
  1216. &PRINTER DEFINITIONS
  1217.  
  1218. You can edit and store printer definitions from
  1219. within WordFugue, using the File Print menu.
  1220.  
  1221. Select a printer definition file (default
  1222. extension .PDF) using the Which printer menu
  1223. item. WordFugue will load this printer file into
  1224. memory.
  1225.  
  1226. Any of the command sequences that control various
  1227. printer fonts can be edited using the Edit printer
  1228. codes menu selection. Each font is associated
  1229. with two strings - one to turn the font ON, and
  1230. another to turn it OFF. The sequences are activated by
  1231. control characters embedded in the text. These characters
  1232. can be inserted either by the special font characters (look
  1233. in help under Text Attributes) or by pressing the Control
  1234. character insertion command (25 or 25) followed by the
  1235. letter corresponding to the control character.
  1236.  
  1237. The relationship between the order of the sequences in the
  1238. file and the codes needed to activate them are as follows:
  1239.  
  1240. )Initilization  - sent to printer before file is printed
  1241. )Reset          - sent to printer after file is printed
  1242. )   these others are sent when a control character is
  1243. encounterd - the ON sequence is sent the first time, and the
  1244. OFF sequence is sent the second time. (then back to ON ...)
  1245. )
  1246. )^B On & Off    - usually bold
  1247. )^D On & Off    - usually double strike
  1248. )^S On & Off    - usually underline
  1249. )^T On & Off    - usually superscript
  1250. )^V On & Off    - usually subscript
  1251. )^A On & Off    - usually compressed
  1252. )^Y On & Off    - usually italics
  1253. )^C On & Off
  1254. )^E On & Off
  1255. )^F On & Off
  1256. )^G On & Off
  1257. )^N On & Off
  1258. )^O On & Off
  1259. )^P On & Off
  1260. )^Q On & Off
  1261. )^R On & Off
  1262. )^U On & Off
  1263. )^W On & Off
  1264. )^X On & Off
  1265.  
  1266. The linkage between the control character encountered in the
  1267. text and the sequence used is positional as detailed above.
  1268. Feel free to define your own meanings for these sequences,
  1269. but we advise you to include the activation character and
  1270. the words ON or OFF in the name, so that you do not forget
  1271. what they are. Word Fugue predefines the names of each
  1272. sequence, so should you delete the name of a sequence, word
  1273. Fugue will show the predefined name.
  1274.  
  1275. When you choose a sequence to edit, it appears in
  1276. another window. It can be edited using the cursor
  1277. keys, and the <Del> or <Backspace> keys. Most
  1278. characters you type will be inserted literally
  1279. into the string. <CtrlBksp> will delete the
  1280. existing string. <Enter> will end the session
  1281. in the string editor. In case you need to enter
  1282. any of these special keys as part of the control
  1283. string, press the <ScrollLock> key to enter
  1284. Literal mode. In this mode, all keystrokes will be
  1285. inserted into the string without further
  1286. interpretation.
  1287.  
  1288. The printer definition currently held in memory can be
  1289. stored to a disk file using the Save printer setup menu
  1290. item. WordFugue stores the printer command sequences for all
  1291. fonts, as well as the default settings for manual paper feed
  1292. and formfeeds, when you save the setup.
  1293.  
  1294. WordFugue will prompt for a file name when you
  1295. decide to store the current definition. The
  1296. default extension for printer definitions is .PDF.
  1297. @124
  1298.  
  1299. &FLUSH UNDO BUFFER
  1300.  
  1301.     Keystroke sequence:   124
  1302. )    Alternate keystrokes: 124
  1303.  
  1304. The contents of the undo buffer will be deleted,
  1305. freeing up whatever memory is being used. This
  1306. command is useful in combination with the Insert
  1307. Undo Buffer command.
  1308. @125
  1309.  
  1310. &TOGGLE MAKE BACKUP
  1311.  
  1312.     Keystroke sequence:   125
  1313. )    Alternate keystrokes: 125
  1314.  
  1315. When this is ON the old version of the file
  1316. (before editing) is saved with the extension of .BAK
  1317. )
  1318. )When this is OFF the old version is not saved.
  1319. @126
  1320.  
  1321. &TOGGLE CONTINUOUS REFORMAT
  1322.  
  1323.     Keystroke sequence:   126
  1324. )    Alternate keystrokes: 126
  1325.  
  1326. When this is ON and word wrap is set, the current
  1327. paragraph is reformatted as you edit it. If you press
  1328. any key, reformatting stops until you pause. The pause
  1329. is about a second, and in most cases, the paragraph can
  1330. be reformatted before you continue typing.
  1331.  
  1332. When this is OFF paragraphs are not reformatted unless
  1333. you use the Reformat Paragraph command (112 or 112)
  1334.  
  1335. Refer to this command for further information.
  1336. @127
  1337.  
  1338. &ACTIVE DIRECTORY
  1339.  
  1340.     Keystroke sequence:   127
  1341. )    Alternate keystrokes: 127
  1342.  
  1343. The current default drive or directory may be
  1344. changed using this command. Entering wildcards
  1345. will cause a directory window to appear showing
  1346. possible choices.
  1347.  
  1348. Files previously opened in other directories will
  1349. be properly accessed even after the active
  1350. directory is changed.
  1351. @128
  1352.  
  1353. &FILE DIRECTORY
  1354.  
  1355.     Keystroke sequence:   128
  1356. )    Alternate keystrokes: 128
  1357.  
  1358. Use this command to browse through a file
  1359. directory. Use standard DOS pathname and wildcard
  1360. notation to specify a file mask for the directory.
  1361.  
  1362. You can press F1 to add or edit a description line attached
  1363. to the highlighted line.
  1364. @129
  1365.  
  1366. &GO TO PAGE NUMBER
  1367.  
  1368.     Keystroke sequence:   129
  1369. )    Alternate keystrokes: 129
  1370.  
  1371. The cursor will be repositioned to the first line
  1372. of the specified page of the current window. This
  1373. command is available only when pagination is
  1374. active for the window. A prompt box will request
  1375. the target page number. Enter any positive integer
  1376. value. If the value is preceded by a plus (+) or
  1377. minus (-) sign, the target page number will be
  1378. calculated relative to the current page.
  1379. @130
  1380.  
  1381. &SET TOP MARGIN
  1382.  
  1383.     Keystroke sequence:   130
  1384. )    Alternate keystrokes: 130
  1385.  
  1386. This specifies the number of lines to leave blank
  1387. at the top of each page during printing or
  1388. pagination of the file in the current window. The
  1389. top margin is a default value that will be
  1390. overridden by WordFugue format (.) commands
  1391. embedded in the text. The value you specify in
  1392. the prompt box is not stored in the document file.
  1393. It is a default value that exists only while the
  1394. file is being edited.
  1395. @131
  1396.  
  1397. &SET BOTTOM MARGIN
  1398.  
  1399.     Keystroke sequence:   131
  1400. )    Alternate keystrokes: 131
  1401.  
  1402. This specifies the number of lines to leave blank
  1403. at the bottom of each page during printing or
  1404. pagination of the file in the current window. The
  1405. bottom margin is a default value that will be
  1406. overridden by WordFugue format (.) commands
  1407. embedded in the text. The value you specify in
  1408. the prompt box is not stored in the document file.
  1409. It is a default value that exists only while the
  1410. file is being edited.
  1411. @132
  1412.  
  1413. &SET PAGE LENGTH
  1414.  
  1415.     Keystroke sequence:   132
  1416. )    Alternate keystrokes: 132
  1417.  
  1418. This specifies the total number of lines on each
  1419. page during printing or pagination of the file in
  1420. the current window. The page length is a default
  1421. value that will be overridden by WordFugue format
  1422. (.) commands embedded in the text. The value you
  1423. specify in the prompt box is not stored in the
  1424. document file. It is a default value that
  1425. exists only while the file is being edited.
  1426. @133
  1427.  
  1428. &SET UNDO LIMIT
  1429.  
  1430.     Keystroke sequence:   133
  1431. )    Alternate keystrokes: 133
  1432.  
  1433. This specifies the maximum number of lines of
  1434. deleted text that will be stored in the Undo
  1435. buffer. If Undo limit is 10, and you delete 15
  1436. lines, the first five lines deleted will be lost.
  1437. Whenever lines are Undeleted, that space is
  1438. recovered for the undo buffer to reuse.
  1439. @134
  1440.  
  1441. &TOGGLE TAB EXPANSION
  1442.  
  1443.     Keystroke sequence:   134
  1444. )    Alternate keystrokes: 134
  1445.  
  1446. When tab expansion is ON, any tabs encountered
  1447. upon read-in of a file are expanded into spaces,
  1448. using a tab spacing that you specify. If tab
  1449. expansion is OFF, WordFugue leaves the tabs
  1450. intact. However, WordFugue does not expand tabs
  1451. as it displays them, so these will be displayed
  1452. on the screen as I.
  1453. @135
  1454.  
  1455. &SET FILE EXTENSION
  1456.  
  1457.     Keystroke sequence:   135
  1458. )    Alternate keystrokes: 135
  1459.  
  1460. If you edit many files with the same extension,
  1461. such as .DOC, you should enter that value for the
  1462. default extension. WordFugue will automatically
  1463. supply the default extension whenever you respond
  1464. to a filename prompt without entering an
  1465. extension. The extension you enter should not
  1466. include a period or any DOS wildcards, and is
  1467. limited to three characters.
  1468. @136
  1469.  
  1470. &SET TABS
  1471.  
  1472.     Keystroke sequence:   136
  1473. )    Alternate keystrokes: 136
  1474.  
  1475. The tab settings will be initialized based on the
  1476. contents of the current line of text. The start
  1477. of each blank-delimited word will set a tab at
  1478. that column. Any other tabs will be cleared. By
  1479. using this command in concert with the Put Tabs
  1480. command, you can store a custom tab line as part
  1481. of a document and easily use it later.
  1482.  
  1483. You can return to the default evenly spaced tabs
  1484. by activating the Options Tabs Restore even
  1485. menu selections.
  1486. @137
  1487.  
  1488. &SET TAB SIZE
  1489.  
  1490.     Keystroke sequence:   137
  1491. )    Alternate keystrokes: 137
  1492.  
  1493. By default, a tab is placed after every eight
  1494. columns of text. This tab size is also used when
  1495. files containing tabs are read into WordFugue.
  1496. Change the tab size and use the Restore even
  1497. command to initialize a different set of regularly
  1498. spaced tabs.
  1499. @138
  1500.  
  1501. &PUT TABS
  1502.  
  1503.     Keystroke sequence:   138
  1504. )    Alternate keystrokes: 138
  1505.  
  1506. The tab settings are stored into the current
  1507. window as a formatted text line. The line begins
  1508. with the WordFugue formatting character (.), and
  1509. will be ignored during printing. Use this command
  1510. in concert with the Set tabs command to store
  1511. a custom tab line as part of a document for later
  1512. use.
  1513. @139
  1514.  
  1515. &EDIT TABS
  1516.  
  1517.     Keystroke sequence:   139
  1518. )    Alternate keystrokes: 139
  1519.  
  1520. Tab positions can be interactively edited using
  1521. this command. The cursor will be moved to the
  1522. current window's tab line display. Use the cursor
  1523. keys or the tab key to move along the tab line.
  1524. Pressing the space bar will toggle a tab setting
  1525. on or off, pressing the <Ins> key will add a tab,
  1526. pressing the <Del> key will delete a tab at the
  1527. cursor position. Press <Enter> when editing is
  1528. complete, or <Esc> to undo any changes made.
  1529. @140
  1530.  
  1531. &SET TEMPORARY MARGIN
  1532.  
  1533.     Keystroke sequence:   140
  1534. )    Alternate keystrokes: 140
  1535.  
  1536. The current left margin will be moved to the right
  1537. by one tab stop. This is useful in making indented
  1538. lists. The temporary margin will remain in force
  1539. until you leave the current paragraph.
  1540.  
  1541. The temporary margin is indicated by a right
  1542. pointing arrow on the window tab display.
  1543. @141
  1544.  
  1545. &FORMAT BLOCK
  1546.  
  1547.     Keystroke sequence:   141
  1548. )    Alternate keystrokes: 141
  1549.  
  1550. Paragraph formatting will be applied to all
  1551. lines of text in the currently marked block. The
  1552. block must be highlighted, and the cursor must be
  1553. somewhere within the block, or an error message
  1554. will be produced.
  1555. @142
  1556.  
  1557. &FILE CLOSE
  1558.  
  1559.     Keystroke sequence:   142
  1560. )    Alternate keystrokes: 142
  1561.  
  1562. The current text window will be cleared. If it
  1563. has been modified since being saved to disk, you
  1564. will be given the opportunity to save it. The
  1565. window will then be closed. If the window is the
  1566. only one on the screen, you will return to the
  1567. WordFugue menu system.
  1568. @143
  1569.  
  1570. &SET MARKER
  1571.  
  1572. This command stores a record of the current cursor
  1573. position to which you can easily return later.
  1574. WordFugue supports up to ten text markers, which
  1575. are labeled with the numbers 0-9 when they are
  1576. placed in the text. Shortcut commands for using
  1577. each of the ten markers are presented on a
  1578. following screen.
  1579.  
  1580. The text marker display writes over the character
  1581. where it is placed. It does not affect the actual
  1582. text, but merely hides it.
  1583. ]
  1584.  
  1585. When a marker is set from the menu system, another
  1586. menu will appear showing which markers are already
  1587. in use. Redefining an existing marker erases the
  1588. previously stored position. Defining a marker at
  1589. the same position where it is currently located
  1590. has the effect of erasing it.
  1591.  
  1592. The following screen provides shortcut keystrokes
  1593. for setting text markers without using menus.
  1594. ]
  1595.  
  1596. The following commands will set any of the
  1597. markers without using a menu.
  1598.  
  1599. )Marker 0   Main: 62    Alternate: 62
  1600. )Marker 1   Main: 63    Alternate: 63
  1601. )Marker 2   Main: 64    Alternate: 64
  1602. )Marker 3   Main: 65    Alternate: 65
  1603. )Marker 4   Main: 66    Alternate: 66
  1604. )Marker 5   Main: 67    Alternate: 67
  1605. )Marker 6   Main: 68    Alternate: 68
  1606. )Marker 7   Main: 69    Alternate: 69
  1607. )Marker 8   Main: 70    Alternate: 70
  1608. )Marker 9   Main: 71    Alternate: 71
  1609. @144
  1610.  
  1611. &JUMP TO MARKER
  1612.  
  1613. This command moves the cursor to the position of a
  1614. previously stored text marker. If the marker has
  1615. not been set, an error will occur. WordFugue
  1616. supports up to ten text markers, which are labeled
  1617. with the numbers 0-9 when they are placed in the
  1618. text.
  1619.  
  1620. When you jump to a marker from the menu system,
  1621. another menu will appear showing which markers
  1622. have previously been set.
  1623.  
  1624. The following screen provides shortcut keystrokes
  1625. for jumping to text markers without using menus.
  1626. ]
  1627.  
  1628. The following commands will jump to any of the
  1629. markers without using a menu.
  1630.  
  1631. )Marker 0   Main: 72    Alternate: 72
  1632. )Marker 1   Main: 73    Alternate: 73
  1633. )Marker 2   Main: 74    Alternate: 74
  1634. )Marker 3   Main: 75    Alternate: 75
  1635. )Marker 4   Main: 77    Alternate: 77
  1636. )Marker 5   Main: 77    Alternate: 77
  1637. )Marker 6   Main: 78    Alternate: 78
  1638. )Marker 7   Main: 79    Alternate: 79
  1639. )Marker 8   Main: 80    Alternate: 80
  1640. )Marker 9   Main: 81    Alternate: 81
  1641. @145
  1642.  
  1643. &SET PAGING AMOUNT
  1644.  
  1645.     Keystroke sequence:   145
  1646. )    Alternate keystrokes: 145
  1647.  
  1648. This command will set the Page Up and Page Down amount to
  1649. )
  1650. )   Page - move a full screen page at a time
  1651. )   Half - move only half a screen page at a time
  1652. )    Csr - move so that cursor is at top or bottom of
  1653. )            screen or a full screen page if it is already
  1654. )            there
  1655.  
  1656. @146
  1657.  
  1658. &TOGGLE FIXED TABS
  1659.  
  1660.     Keystroke sequence:   146
  1661. )    Alternate keystrokes: 146
  1662.  
  1663. When fixed tabs are ON, tab positions are taken
  1664. from a table of columns that you can set to even
  1665. spacing or customize through various tab
  1666. commands. When fixed tabs are OFF, tab positions
  1667. are based on the contents of the text line above
  1668. the current line, just like the Turbo Pascal
  1669. editor.
  1670. @147
  1671.  
  1672. &SET TEMPORARY MARGIN
  1673.  
  1674.     Keystroke sequence:   147
  1675. )    Alternate keystrokes: 147
  1676.  
  1677. The current cursor column will be assigned as the
  1678. temporary left margin. If the cursor is beyond the
  1679. right margin, an error will occur.
  1680. @148
  1681.  
  1682. &SET HOME DIRECTORY
  1683.  
  1684.     Keystroke sequence:   148
  1685. )    Alternate keystrokes: 148
  1686.  
  1687. WordFugue uses several files in its operation.
  1688. These contain the current printer definition,
  1689. default macros, and this help file. In order to
  1690. run WordFugue from a drive or directory other than
  1691. where these files are located, you will need to
  1692. set up a Home Directory. The home directory
  1693. specifies the location of the optional WordFugue
  1694. support files on your system.
  1695. ]
  1696.  
  1697. The following files should be kept in that
  1698. directory:
  1699.  
  1700. )  WF.HLP   WF.MAC   *.PDF
  1701.  
  1702. WordFugue will operate without the use of these
  1703. files, but in that case certain program features
  1704. will not be available.
  1705.  
  1706. After the home directory is set, it can be saved
  1707. with WordFugue's Save Setup command.
  1708. @149
  1709.  
  1710. &TOGGLE HI-BIT STRIP
  1711.  
  1712.     Keystroke sequence:   149
  1713. )    Alternate keystrokes: 149
  1714.  
  1715. When Hi-bit strip is ON, the most significant bit
  1716. of each character read from the disk will be set
  1717. to zero. This is useful when reading in files
  1718. previously generated in WordStar document mode.
  1719. Note that stripping the high
  1720. bit will also affect any usage of the IBM extended
  1721. ASCII character set, such as the line drawing
  1722. characters.
  1723.  
  1724. Note that a block can be stripped later by use of
  1725. command 194 or 194
  1726. @150
  1727.  
  1728. &EDIT MACRO
  1729.  
  1730.     Keystroke sequence:   150
  1731. )    Alternate keystrokes: 150
  1732.  
  1733. Macros recorded within WordFugue can be edited on
  1734. a character by character basis using the built-in
  1735. macro editor.
  1736.  
  1737. First, a prompt box will ask for a new name for
  1738. the macro, which you can accept as is, or change.
  1739. ]
  1740.  
  1741. The macro will appear in another window. It can
  1742. be edited using the cursor keys, and the <Del>
  1743. or <Backspace> keys. Most characters you type will
  1744. be inserted literally into the macro. <CtrlBksp>
  1745. will delete the macro. <Enter> will end the
  1746. session in the macro editor. <Esc> will undo any
  1747. changes made to the macro. In case you need to
  1748. enter any of these special keys as part of the
  1749. macro, press the <ScrollLock> key to enter
  1750. Literal mode. In this mode, all keystrokes will
  1751. be inserted into the macro without any
  1752. interpretation.
  1753. @151
  1754.  
  1755. &WRITE TO FILE
  1756.  
  1757.     Keystroke sequence:   151
  1758. )    Alternate keystrokes: 151
  1759.  
  1760. This command will store all text in the current
  1761. window to any file that you name. When you are
  1762. editing in a window that has not previously been
  1763. named, you can use this command to assign a name
  1764. to the window. Using it in an already-named window
  1765. will cause the name of that window, and all other
  1766. windows sharing the same text stream, to be
  1767. updated to the new name.
  1768. @152
  1769.  
  1770. &TOGGLE KEY HELP
  1771.  
  1772.     Keystroke sequence:   152
  1773. )    Alternate keystrokes: 152
  1774.  
  1775. When Key Help is ON, WordFugue will display the
  1776. command sequences that correspond to each menu
  1777. selection while you are browsing through the menu
  1778. system. This can serve to familiarize you with
  1779. the quick keystrokes and speed up your editing.
  1780. @153
  1781.  
  1782. &PREVIOUS WINDOW
  1783.  
  1784.     Keystroke sequence:   153
  1785. )    Alternate keystrokes: 153
  1786.  
  1787. The cursor will be moved to the current position
  1788. in the next window up the screen. If the cursor is
  1789. already in the topmost window, it will move to the
  1790. bottom window. If there is only one window,
  1791. nothing will happen.
  1792. @154
  1793.  
  1794. &NEXT SENTENCE
  1795.  
  1796.     Keystroke sequence:   154
  1797. )    Alternate keystrokes: 154
  1798.  
  1799. The cursor will be moved to the beginning of the
  1800. next sentence. Sentences are delimited by periods,
  1801. semicolons, and other common punctuation marks, as
  1802. well as by blank lines and lines beginning with
  1803. the WordFugue format character (.).
  1804. @155
  1805.  
  1806. &PREVIOUS SENTENCE
  1807.  
  1808.     Keystroke sequence:   155
  1809. )    Alternate keystrokes: 155
  1810.  
  1811. The cursor will be moved to the beginning of the
  1812. previous sentence. Sentences are delimited by
  1813. periods, semicolons, and other common punctuation
  1814. marks, as well as by blank lines and lines
  1815. beginning with the WordFugue format character (.).
  1816. @156
  1817.  
  1818. &RESTORE EVEN TABS
  1819.  
  1820.     Keystroke sequence:   156
  1821. )    Alternate keystrokes: 156
  1822.  
  1823. Tabs will be set on an even spacing as determined
  1824. by the current default tab spacing. Any other tab
  1825. settings will be cleared.
  1826. @157
  1827.  
  1828. &WHICH FONT
  1829.  
  1830.     Keystroke sequence:   157
  1831. )    Alternate keystrokes: 157
  1832.  
  1833. WordFugue will display the font type of the
  1834. character at the cursor position. If the
  1835. character has more than one font applied to it,
  1836. WordFugue will list all of them.
  1837. @158
  1838.  
  1839. &SELECT BOLD
  1840.  
  1841.     Keystroke sequence:   158
  1842. )    Alternate keystrokes: 158
  1843.  
  1844. WordFugue will place the Toggle Bold control character
  1845. (<CtrlB>) at the current cursor position, and position the
  1846. cursor at
  1847. the next position. Thus, newly entered text will be in the
  1848. selected typeface.
  1849. @159
  1850.  
  1851. &SELECT DOUBLESTRIKE
  1852.  
  1853.     Keystroke sequence:   159
  1854. )    Alternate keystrokes: 159
  1855.  
  1856. WordFugue will place the Toggle Double-strike control character (<CtrlD>)
  1857. at the current cursor position, and position the cursor at
  1858. the next position. Thus, newly entered text will be in the
  1859. selected typeface.
  1860.  
  1861. If the cursor is inside a marked block, the block will have
  1862. a font control character placed at each end of the block instead.
  1863.  
  1864. @160
  1865.  
  1866. &SELECT UNDERSCORE
  1867.  
  1868.     Keystroke sequence:   160
  1869. )    Alternate keystrokes: 160
  1870.  
  1871. WordFugue will place the Toggle
  1872. Underscore control character (<CtrlS>)
  1873. at the current cursor position, and position the cursor at
  1874. the next position. Thus, newly entered text will be in the
  1875. selected typeface.
  1876.  
  1877. If the cursor is inside a marked block, the block will have
  1878. a font control character placed at each end of the block instead.
  1879.  
  1880.  
  1881.  
  1882. @161
  1883.  
  1884. &SELECT SUPERSCRIPT
  1885.  
  1886.     Keystroke sequence:   161
  1887. )    Alternate keystrokes: 161
  1888.  
  1889. WordFugue will place the Toggle
  1890. Superscript control character (<CtrlT>)
  1891. at the current cursor position, and position the cursor at
  1892. the next position. Thus, newly entered text will be in the
  1893. selected typeface.
  1894.  
  1895. If the cursor is inside a marked block, the block will have
  1896. a font control character placed at each end of the block instead.
  1897.  
  1898.  
  1899. @162
  1900.  
  1901. &SELECT SUBSCRIPT
  1902.  
  1903.     Keystroke sequence:   162
  1904. )    Alternate keystrokes: 162
  1905.  
  1906. WordFugue will place the Toggle
  1907. Subscript control character (<CtrlV>) at the
  1908. current cursor position, and position the cursor at
  1909. the next position. Thus, newly entered text will be in the
  1910. selected typeface.
  1911.  
  1912. If the cursor is inside a marked block, the block will have
  1913. a font control character placed at each end of the block instead.
  1914.  
  1915.  
  1916. @163
  1917.  
  1918. &SELECT COMPRESSED
  1919.  
  1920.     Keystroke sequence:   163
  1921. )    Alternate keystrokes: 163
  1922.  
  1923. WordFugue will place the Toggle
  1924. Alternate 1 control character (<CtrlA>) at the current cursor
  1925. position, and position the cursor at the next position.
  1926. Thus, newly entered text will be in the selected typeface.
  1927.  
  1928. If the cursor is inside a marked block, the block will have
  1929. a font control character placed at each end of the block instead.
  1930.  
  1931.  
  1932. @164
  1933.  
  1934. &SELECT ITALICS
  1935.  
  1936.     Keystroke sequence:   164
  1937. )    Alternate keystrokes: 164
  1938.  
  1939. WordFugue will place the Toggle Alternate 2 control
  1940. character (<CtrlY>) at the current cursor position, and
  1941. position the cursor at the next position.
  1942. Thus, newly entered text will be in the selected typeface.
  1943.  
  1944. If the cursor is inside a marked block, the block will have
  1945. a font control character placed at each end of the block instead.
  1946.  
  1947.  
  1948. @165
  1949.  
  1950. &TOGGLE SNOW CONTROL
  1951.  
  1952.     Keystroke sequence:   165
  1953. )    Alternate keystrokes: 165
  1954.  
  1955. When Snow Control is ON, WordFugue avoids the
  1956. screen interference patterns called "snow" that
  1957. are produced by certain display adapters, notably
  1958. the IBM Color Graphics Adapter. For other color
  1959. adapters, the Snow Control can be turned off. This
  1960. improves screen updating performance considerably.
  1961. @166
  1962.  
  1963. &TOGGLE BLOCK CURSOR
  1964.  
  1965.     Keystroke sequence:   166
  1966. )    Alternate keystrokes: 166
  1967.  
  1968. WordFugue offers a choice between a blinking
  1969. hardware cursor and a solid unblinking cursor.
  1970. The color of the block cursor can be set via the
  1971. Options Colors menu.
  1972.  
  1973. This Block Cursor can be very useful on Lap Top PCs.
  1974. @167
  1975.  
  1976. &TOGGLE 43 LINE MODE
  1977.  
  1978.     Keystroke sequence:   167
  1979. )    Alternate keystrokes: 167
  1980.  
  1981. On computers equipped with an Enhanced Graphics
  1982. Adapter, WordFugue can display 43 lines on the
  1983. screen. Toggle this option ON if a longer text
  1984. display is desired.
  1985. @168
  1986.  
  1987. &MARGIN RELEASE
  1988.  
  1989.     Keystroke sequence:   168
  1990. )    Alternate keystrokes: 168
  1991.  
  1992. Setting Margin Release ON allows you to type
  1993. beyond the left and right margins while Word Wrap
  1994. mode is active. Margin release remains effective
  1995. until the cursor is moved to another line. It can
  1996. also be toggled off at any time.
  1997. @169
  1998.  
  1999. &SPELL CHECK
  2000.  
  2001.     Keystroke sequence:   169
  2002. )    Alternate keystrokes: 169
  2003.  
  2004. WordFugue will spell-check any of your documents
  2005. using its own dictionary WF_MAIN.DIC. This contains
  2006. approximately 100,000 words. It also checks against an
  2007. auxilliary dictionary if it finds one.
  2008.  
  2009.  
  2010. WordFugue checks the document in the current
  2011. screen window. By default, checking proceeds from
  2012. the current cursor position to the end of the
  2013. file. If a block is marked and visible, only that
  2014. block will be checked.
  2015. ]
  2016.  
  2017. WordFugue also contains a small built-in dictionary of
  2018. the 500 most commonly used English words. This
  2019. dictionary is kept in memory at all times in order
  2020. to accelerate the checking process.
  2021.  
  2022. Once the operation begins, WordFugue keeps you
  2023. advised of its progress on the status line. The
  2024. line and column counters tell you what part of the
  2025. document is being checked, as does the percentage
  2026. indicator. These are updated each time a new word
  2027. is checked.
  2028. ]
  2029.  
  2030. When Word Fugue finds a word that it does not
  2031. recognize, the screen will be updated to highlight
  2032. the word, and a popup menu will ask you to select
  2033. an option. Select by moving the bar and pressing
  2034. <Enter> or by pressing the first character of any
  2035. of the options:
  2036.  
  2037. )  Skip once
  2038. )    Ignore the spelling of this word in only this
  2039. )    one instance.
  2040. )  Ignore for this document
  2041. )    Ignore the spelling of this word for the
  2042. )    duration of the check.
  2043. ]
  2044.  
  2045. )  List dictionary sound-alikes
  2046. )    Display a list of sound-alike words from
  2047. )    Word Fugue's dictionary. Select one and press
  2048. )    <Enter>, or press <Esc> to return to the
  2049. )    previous menu.
  2050. )  Edit from the keyboard
  2051. )    A prompt box will appear to allow interactive
  2052. )    editing of the word. Press <Enter> to accept,
  2053. )    or <Esc> to return to the previous menu.
  2054. )    WordFugue will recheck the word after you
  2055. )    finish editing it.
  2056. ]
  2057.  
  2058. )  Mark with "~"
  2059. )    Place a tilde in front of the word. After
  2060. )    the document has been checked, you can use
  2061. )    the Find Pattern command to locate the marked
  2062. )    words.
  2063. )  Add to dictionary
  2064. )    Add the word to Word Fugue's auxiliary
  2065. )    dictionary (WF_AUX.DIC). A secondary
  2066. )    menu of case selections will appear. Press
  2067. )    <Esc> to return to the previous menu, or
  2068. )    <Enter> to add to the dictionary.
  2069. ]
  2070.  
  2071. )  Batch mark rest of document
  2072. )    Cancel the interactive mode normally used
  2073. )    for spell-checking. From this point on, all
  2074. )    unrecognized words are marked with tildes
  2075. )    (~).
  2076.  
  2077. A spell-checking operation may be stopped by
  2078. pressing <Esc> at the corrections menu (once a
  2079. misspelling is found) or by pressing any key while
  2080. a file is being checked. In the latter case, a
  2081. prompt box will be displayed, asking if you want
  2082. to stop. Press Y to stop, N to continue.
  2083. ]
  2084.  
  2085. The main dictionary should reside in the same directory as
  2086. Word Fugue itself, otherwise Word Fugue may not be
  2087. able to find it.
  2088.  
  2089. )The auxiliary dictionary should reside in the same directory
  2090. as the file you are spell checking. If Word Fugue does not find
  2091. it, it will create it if you request to add a word to the
  2092. dictionary.
  2093.  
  2094. )There is a limit on the size of the auxiliary dictionary -
  2095. it may not be larger than a segment (about 65,500 characters),
  2096. and also cannot be larger than available memory.
  2097. If it gets too large, you should look at adding the words in it to the
  2098. main dictionary. See next page.
  2099. ]
  2100. )The words in the auxiliary dictionary may be applied to the
  2101. main dictionary by using the program WFDICT. This program will
  2102. either Add or Delete words from the dictionary, depending upon
  2103. the input on its screen. It will write a new dictionary, so as
  2104. not to destroy the old one if things go wrong. Make sure you have
  2105. enough disk space for 2 copies! You may allocate the new dictionary
  2106. on another drive or directory.
  2107.  
  2108. )The change file should have one word per line (like the auxiliary
  2109. dictionary), and should be SORTED. You can use the DOS SORT
  2110. command for this.
  2111.  
  2112. @170
  2113.  
  2114. &EXPAND INCLUDE FILE
  2115.  
  2116.     Keystroke sequence:   170
  2117. )    Alternate keystrokes: 170
  2118.  
  2119. When you use .FI commands, the files can be opened for editing by
  2120. simply placing the cursor on the line and pressing this command. If
  2121. there is sufficient memory, and a window is available, the file will
  2122. be opened in another window, and you will be positioned in the new
  2123. window. You can expand further .FI commands, as long as there is
  2124. sufficient memory and available windows. .FI commands can be nested up
  2125. to 5 deep.
  2126. @171
  2127.  
  2128. &TOGGLE TAB WRITING
  2129.  
  2130.     Keystroke sequence:   171
  2131. )    Alternate keystrokes: 171
  2132.  
  2133. By default, WordFugue does not write tab
  2134. characters in files saved from the editor. If Tab
  2135. Writing is activated, WordFugue will translate
  2136. sequences of spaces to tabs in order to save disk
  2137. space for the output file. Tabs are computed using
  2138. the fixed spacing currently set for fixed tabs.
  2139. Multiple spaces found within pairs of single or
  2140. double quotes (as used in Pascal or C source code)
  2141. will not be converted to tabs.
  2142.  
  2143. Tab writing is saved as a WordFugue default.
  2144. @172
  2145.  
  2146. &TOGGLE WRAP COMPRESSION
  2147.  
  2148.     Keystroke sequence:   172
  2149. )    Alternate keystrokes: 172
  2150.  
  2151. By default, WordFugue compresses extra spaces out
  2152. of any line before it is wrapped. This feature is
  2153. required in order to "unjustify" text that has
  2154. previously been right justified. However, in some
  2155. cases the compression will remove desired spaces,
  2156. as in the case of aligned columns of figures.
  2157.  
  2158. When this toggle is OFF, extra spaces will not be
  2159. removed from lines being wrapped. Wrap
  2160. compression is saved as a WordFugue default.
  2161. @173
  2162.  
  2163. &TOGGLE INITIAL ZOOM STATE
  2164.  
  2165.     Keystroke sequence:   173
  2166. )    Alternate keystrokes: 173
  2167.  
  2168. The state of this toggle determines WordFugue's
  2169. default behavior when more than one window is on
  2170. the screen. When Initial Zoom State is OFF,
  2171. multiple windows will appear simultaneously on
  2172. the screen, that is, they will not be zoomed.
  2173.  
  2174. When Initial Zoom State is ON, multiple windows
  2175. will be zoomed. The last file opened will be
  2176. visible on the screen, and others will be hidden
  2177. behind it.
  2178.  
  2179. Initial Zoom State is saved as a WordFugue
  2180. default.
  2181.  
  2182. The normal zoom window command may be used at any
  2183. time, regardless of Initial Zoom State.
  2184. @174
  2185.  
  2186. &HELP SUMMARY  (<F1> from Help menu)
  2187.  
  2188. WordFugue provides help in several ways. This
  2189. section describes how to use the help system.
  2190.  
  2191. Whenever the WordFugue help system is on screen,
  2192. you can use the <PgUp> and <PgDn> keys to
  2193. move from one screen to another. <Home> and
  2194. <End> will take you to the first and last pages
  2195. of the section. Press <Esc> when you are done
  2196. using help.
  2197. ]
  2198.  
  2199. The WordFugue menu system is available at any
  2200. time by pressing 198. Most of WordFugue's
  2201. commands may be selected from the menus. Within
  2202. the menu system, you may activate "Key help" by
  2203. choosing Setup Display options Key help. With
  2204. Key help activated, the quick keystrokes that
  2205. activate each command will be displayed on the top
  2206. row of the screen while the selection bar is
  2207. positioned over that menu item.
  2208.  
  2209. Pressing <F1> while within the WordFugue menu
  2210. system or within any prompt box will bring up a
  2211. window containing more detailed help regarding the
  2212. selected command. Pressing 174 while you are
  2213. entering text will bring up a menu of help topics.
  2214. ]
  2215.  
  2216. &Help and Status Keystrokes
  2217.  
  2218. )Show help menu
  2219. )    Main: 174    Alternate: 174
  2220. )Show help summary
  2221. )    Main: <F1> from the help menu
  2222. )Activate menu system
  2223. )    Main: 198    Alternate: 198
  2224. )Show system and file information
  2225. )    Main: 104    Alternate: 104
  2226. )Show available memory
  2227. )    Main: 105    Alternate: 105
  2228. @175
  2229.  
  2230. &ABOUT WORD FUGUE
  2231.  
  2232. WordFugue is a Shareware program, and is supplied on
  2233. that basis. If you use it, please register by
  2234. sending $US55 (Overseas users), or $A55 (Australian users) to:
  2235. )    Fugue Software
  2236. )       P.O. Box 942
  2237. )       WODEN   ACT   2606
  2238. )       AUSTRALIA
  2239. )You will receive the latest version of the program,
  2240. plus the full dictionary for spell checking, the
  2241. dictionary update program and the manual. You will also be placed
  2242. on our mailing list for future updates.
  2243. ]
  2244. You are free to distribute this program to anyone you
  2245. wish, provided you do not tamper with the files, and distribute all
  2246. the files. We retain copywrite to the program, but we are responsive
  2247. to any suggestions you may have about our programs. We are committed
  2248. to providing good software for the price of a textbook. The
  2249. registration fee will help us to continue to develop it. Help us to
  2250. stamp out the Commercial Software Rip-Off.
  2251.  
  2252. Support you Shareware Authors and register today!
  2253.  
  2254. In addition, if you register, we will pay you a bounty of $5
  2255. for every person who registers and quotes your registration number
  2256.  
  2257. @176
  2258.  
  2259. &Block Commands
  2260.  
  2261. Begin block
  2262. )    Main: 52    Alternate: 52
  2263. )End block
  2264. )    Main: 53    Alternate: 53
  2265. )Start of block
  2266. )    Main: 54    Alternate: 54
  2267. )End of block
  2268. )    Main: 55    Alternate: 55
  2269. )Copy block
  2270. )    Main: 56    Alternate: 56
  2271. )Move block
  2272. )    Main: 57    Alternate: 57
  2273. )Delete block
  2274. )    Main: 58    Alternate: 58
  2275. )Hide block
  2276. )    Main: 59    Alternate: 59
  2277. )Mark current word
  2278. )    Main: 60    Alternate: 60
  2279. )Write block to file
  2280. )    Main: 44    Alternate: 44
  2281. )Shift Block Left
  2282. )    Main: 192    Alternate: 192
  2283. )Shift Block Right
  2284. )    Main: 193    Alternate: 193
  2285. )Strip Hi Bits from block
  2286. )    Main: 194    Alternate: 194
  2287.  
  2288. @177
  2289.  
  2290. &Cursor Movement
  2291.  
  2292. Character left
  2293. )    Main: 0    Alternate: 0
  2294. )Character right
  2295. )    Main: 1    Alternate: 1
  2296. )Word left
  2297. )    Main: 2    Alternate: 2
  2298. )Word right
  2299. )    Main: 3    Alternate: 3
  2300. )Line up
  2301. )    Main: 4    Alternate: 4
  2302. )Line down
  2303. )    Main: 5    Alternate: 5
  2304. )Scroll up
  2305. )    Main: 6    Alternate: 6
  2306. )Scroll down
  2307. )    Main: 7    Alternate: 7
  2308. )Page up                    Amount defaults to full Page
  2309. )    Main: 9    Alternate: 9
  2310. )Page down                  but can be set to Half or Csr
  2311. )    Main: 8    Alternate: 8
  2312. )Top of file
  2313. )    Main: 10    Alternate: 10
  2314. )Bottom of file
  2315. )    Main: 11    Alternate: 11
  2316. )Beginning of line
  2317. )    Main: 12    Alternate: 12
  2318. )End of line
  2319. )    Main: 13    Alternate: 13
  2320. )Top of screen
  2321. )    Main: 14    Alternate: 14
  2322. )Bottom of screen
  2323. )    Main: 15    Alternate: 15
  2324. @178
  2325.  
  2326. &Files
  2327.  
  2328. Edit another file
  2329. )    Main: 40    Alternate: 40
  2330. )Abandon file
  2331. )    Main: 41    Alternate: 41
  2332. )Read file into window
  2333. )    Main: 42    Alternate: 42
  2334. )Save and continue edit
  2335. )    Main: 43    Alternate: 43
  2336. )Save and exit to DOS
  2337. )    Main: 45    Alternate: 45
  2338. )Write to named file
  2339. )    Main: 151    Alternate: 151
  2340. )Save/Switch files
  2341. )    Main: 48    Alternate: 48
  2342. )Expand Include File
  2343. )    Main: 170    Alternate: 170
  2344. @179
  2345.  
  2346. &Goto Movement Commands
  2347.  
  2348. Go to line
  2349. )    Main: 18    Alternate: 18
  2350. )Go to column
  2351. )    Main: 19    Alternate: 19
  2352. )Go to page
  2353. )    Main: 129    Alternate: 129
  2354. )Go to window
  2355. )    Main: 20    Alternate: 20
  2356. )Previous cursor position
  2357. )    Main: 21    Alternate: 21
  2358. )Up to equal indent
  2359. )    Main: 16    Alternate: 16
  2360. )Down to equal indent
  2361. )    Main: 17    Alternate: 17
  2362. )Next sentence
  2363. )    Main: 154    Alternate: 154
  2364. )Previous sentence
  2365. )    Main: 155    Alternate: 155
  2366. ]
  2367.  
  2368. &Text Markers
  2369.  
  2370. Set a marker by menu
  2371. )    Main: 143    Alternate: 143
  2372. )Jump to marker by menu
  2373. )    Main: 144    Alternate: 144
  2374. )Toggle marker display
  2375. )    Main: 61    Alternate: 61
  2376. )Set marker 0
  2377. )    Main: 62    Alternate: 62
  2378. )Set marker 1
  2379. )    Main: 63    Alternate: 63
  2380. )Set marker 2
  2381. )    Main: 64    Alternate: 64
  2382. )Set marker 3
  2383. )    Main: 65    Alternate: 65
  2384. )Set marker 4
  2385. )    Main: 66    Alternate: 66
  2386. )Set marker 5
  2387. )    Main: 67    Alternate: 67
  2388. )Set marker 6
  2389. )    Main: 68    Alternate: 68
  2390. )Set marker 7
  2391. )    Main: 69    Alternate: 69
  2392. )Set marker 8
  2393. )    Main: 70    Alternate: 70
  2394. )Set marker 9
  2395. )    Main: 71    Alternate: 71
  2396. )Jump marker 0
  2397. )    Main: 72    Alternate: 72
  2398. )Jump marker 1
  2399. )    Main: 73    Alternate: 73
  2400. )Jump marker 2
  2401. )    Main: 74    Alternate: 74
  2402. )Jump marker 3
  2403. )    Main: 75    Alternate: 75
  2404. )Jump marker 4
  2405. )    Main: 76    Alternate: 76
  2406. )Jump marker 5
  2407. )    Main: 77    Alternate: 77
  2408. )Jump marker 6
  2409. )    Main: 78    Alternate: 78
  2410. )Jump marker 7
  2411. )    Main: 79    Alternate: 79
  2412. )Jump marker 8
  2413. )    Main: 80    Alternate: 80
  2414. )Jump marker 9
  2415. )    Main: 81    Alternate: 81
  2416. @180
  2417.  
  2418. &Text Insertion and Deletion
  2419.  
  2420. Undo last deletion
  2421. )    Main: 22    Alternate: 22
  2422. )Restore line
  2423. )    Main: 23    Alternate: 23
  2424. )Insert undo buffer
  2425. )    Main: 116    Alternate: 116
  2426. )Tab
  2427. )    Main: 24    Alternate: 24
  2428. )Backward Tab
  2429. )    Main: 39    Alternate: 39
  2430. )New line
  2431. )    Main: 26    Alternate: 26
  2432. )Insert line
  2433. )    Main: 27    Alternate: 27
  2434. )Insert control character
  2435. )    Main: 25    Alternate: 25
  2436. )Delete current character
  2437. )    Main: 28    Alternate: 28
  2438. )Delete character left
  2439. )    Main: 29    Alternate: 29
  2440. )Delete word
  2441. )    Main: 30    Alternate: 30
  2442. )Delete to end of line
  2443. )    Main: 31    Alternate: 31
  2444. )Delete line
  2445. )    Main: 32    Alternate: 32
  2446. )Delete line (no undo)
  2447. )    Main: 33    Alternate: 33
  2448. )Abort command (1 char)
  2449. )    Main: 199    Alternate: 199
  2450. @181
  2451.  
  2452. &Function Keys
  2453.  
  2454. |
  2455.  
  2456. @182
  2457. &Macros
  2458.  
  2459. Load macros from disk
  2460. )    Main: 82    Alternate: 82
  2461. )Store macros to disk
  2462. )    Main: 83    Alternate: 83
  2463. )Record macro
  2464. )    Main: 84    Alternate: 84
  2465. )Edit macro
  2466. )    Main: 150    Alternate: 150
  2467. )Playback macro by menu
  2468. )    Main: 96     Alternate: 96
  2469. )Playback macro by key
  2470. )    Main: 95     Alternate: 95
  2471. )      follow with character 0..9 A..Z
  2472. )Playback Macro 1
  2473. )    Main: 85    Alternate: 85
  2474. )Playback Macro 2
  2475. )    Main: 86    Alternate: 86
  2476. )Playback Macro 3
  2477. )    Main: 87    Alternate: 87
  2478. )Playback Macro 4
  2479. )    Main: 88    Alternate: 88
  2480. )Playback Macro 5
  2481. )    Main: 89    Alternate: 89
  2482. )Playback Macro 6
  2483. )    Main: 90    Alternate: 90
  2484. )Playback Macro 7
  2485. )    Main: 91    Alternate: 91
  2486. ]
  2487. )Playback Macro 8
  2488. )    Main: 92    Alternate: 92
  2489. )Playback Macro 9
  2490. )    Main: 93    Alternate: 93
  2491. )Playback macro n times with menu
  2492. )    Main: 94    Alternate: 94
  2493. )
  2494. )There are a number of macro files supplied:
  2495. )
  2496. ) WF.MAC   - standard word processing functions
  2497. ) DOUBLE.MAC & SINGLE.MAC - line drawing
  2498. ) GREEK.MAC & EUROPE.MAC - character sets
  2499. ) MISC.MAC    - other characters
  2500. ]
  2501. @183
  2502.  
  2503. &Options and Toggles
  2504.  
  2505. Toggle insert mode
  2506. )    Main: 106    Alternate: 106
  2507. )Toggle autoindent mode
  2508. )    Main: 107    Alternate: 107
  2509. )Toggle word wrap
  2510. )    Main: 113    Alternate: 113
  2511. )Toggle wrap compression
  2512. )    Main: 172    Alternate: 172
  2513. )Toggle tab line display
  2514. )    Main: 115    Alternate: 115
  2515. )Toggle justify
  2516. )    Main: 117    Alternate: 117
  2517. )Toggle page breaks
  2518. )    Main: 118    Alternate: 118
  2519. )Toggle attributes
  2520. )    Main: 119    Alternate: 119
  2521. )Toggle fixed tabs
  2522. )    Main: 146    Alternate: 146
  2523. )Toggle hi-bit strip
  2524. )    Main: 149    Alternate: 149
  2525. )Toggle tab expansion
  2526. )    Main: 134    Alternate: 134
  2527. )Toggle tab writing
  2528. )    Main: 171    Alternate: 171
  2529. )Toggle key help
  2530. )    Main: 152    Alternate: 152
  2531. )Toggle snow check
  2532. )    Main: 165    Alternate: 165
  2533. )Toggle block cursor
  2534. )    Main: 166    Alternate: 166
  2535. )Toggle 43 line mode
  2536. )    Main: 167    Alternate: 167
  2537. )Set left margin
  2538. )    Main: 114    Alternate: 114
  2539. )Set right margin
  2540. )    Main: 111    Alternate: 111
  2541. )Set top margin
  2542. )    Main: 130    Alternate: 130
  2543. )Set bottom margin
  2544. )    Main: 131    Alternate: 131
  2545. )Set page length
  2546. )    Main: 132    Alternate: 132
  2547. )Set undo limit
  2548. )    Main: 133    Alternate: 133
  2549. )Set default file extension
  2550. )    Main: 135    Alternate: 135
  2551. )Set colors
  2552. )    Main: 121    Alternate: 121
  2553. )Set home directory
  2554. )    Main: 148    Alternate: 148
  2555. )Save setup
  2556. )    Main: 122    Alternate: 122
  2557. )Set Paging Amount
  2558. )    Main: 145    Alternate: 145
  2559. @184
  2560.  
  2561. &Printing a file
  2562.  
  2563. )    Main: 123    Alternate: 123
  2564.  
  2565. &Print Formatting Commands
  2566.  
  2567. Offset page to right by n columns
  2568. )      .PO nn   or .PO odd nn   or .PO even nn
  2569. )Start new page
  2570. )      .PA
  2571. )Start new page if fewer than n lines remain
  2572. )      .CP n
  2573. )Start new page if current page is Odd or Even
  2574. )      .CP O or E
  2575. )Print a blank page if page number is Odd or Even
  2576. and start a new page otherwise. Optionally print TEXT in the
  2577. middle of the blank page
  2578. )      .PB O or E   TEXT TO PRINT ON BLANK PAGE
  2579. )Set page number to n
  2580. )      .PN n
  2581. )Omit page numbers
  2582. )      .OP
  2583. )Print page numbers
  2584. )      .PG
  2585. )Put page number in column n
  2586. )      .PC n
  2587. )Set page length to n lines
  2588. )      .PL n
  2589. ]Set top margin to n lines
  2590. )      .MT n
  2591. )Set bottom margin to n lines
  2592. )      .MB n
  2593. )Set header margin to n lines
  2594. )      .HM n
  2595. )Set footer margin to n lines
  2596. )      .FM n
  2597. )Define header lines
  2598. )      .HE header line 1   }  both the
  2599. )      .H1 header line 1   }  same
  2600. )      .H2 header line 2
  2601. )      .H3 header line 3
  2602. )Define footer lines
  2603. )      .FO footer line 1   } both the
  2604. )      .F1 footer line 1   } same
  2605. )      .F2 footer line 2
  2606. )      .F3 footer line 3
  2607. )Define Index Entry
  2608. )      .IXline
  2609. )   or <Ctrl>P<Ctrl>K at start
  2610. )   and <Ctrl>P<Ctrl>K at end
  2611. )
  2612. )Define Table Of Contents Entry
  2613. )      .TCline
  2614. )   or .TC1 for table 1
  2615. )   thru to .TC9 for table 9
  2616. )
  2617. )Include a file at this point
  2618. )   .FIfilename comments
  2619. )   filename is terminated by a space, and
  2620. )   any further text is comment
  2621. ]
  2622.  
  2623. &Special Codes within Headers and Footers
  2624.  
  2625. Insert current page number
  2626. )      #
  2627. )Ignore following spaces on even pages
  2628. )      <CtrlK>
  2629. )Take next character literally
  2630. )      \
  2631. )Invoke printing functions
  2632. )      @
  2633. )   eg  @Dn for dates, n = 0 .. 8
  2634. )       @Tn for times, n = 0 .. 3
  2635. ]
  2636.  
  2637. &Special Print @functions within Headers & Footers
  2638.  
  2639. )  - return the time in format:
  2640. )  @T0   HH:MM
  2641. )  @T1   HH:MM:SS
  2642. )  @T2   HH:MM XX     where XX = AM or PM
  2643. )  @T3   HH:MM:SS XX  where XX = AM or PM
  2644. )
  2645. ) - return the name of the file being printed:
  2646. )  @F0  full path name drive:\path\filename.ext
  2647. )  @F1  filename.ext
  2648. ]
  2649. )  - return the date in format:
  2650. )  @D0  MMM DD, YYYY
  2651. )  @D1  DD/MM/YY
  2652. )  @D2  DD/MM/YYYY
  2653. )  @D3  MM/DD/YY
  2654. )  @D4  MM/DD/YYYY
  2655. )  @D5  YYYY/MM/DD
  2656. )  @D6  DD MMM YYYY
  2657. )  @D7  dayname, DD MMM YYYY
  2658. )  @D8  DD month YYYY
  2659. ]
  2660.  
  2661. &Typeface Selection Commands
  2662.  
  2663. )Select Bold
  2664. )    Main: 158    Alternate: 158
  2665. )Select DoubleStrike
  2666. )    Main: 159    Alternate: 159
  2667. )Select Underscore
  2668. )    Main: 160    Alternate: 160
  2669. )Select Superscript
  2670. )    Main: 161    Alternate: 161
  2671. )Select Subscript
  2672. )    Main: 162    Alternate: 162
  2673. )Select Compressed
  2674. )    Main: 163    Alternate: 163
  2675. )Select Italics
  2676. )    Main: 164    Alternate: 164
  2677. ]
  2678.  
  2679. &Typeface Control Codes
  2680.  
  2681. Each of these must be prefixed with the
  2682. Control Char insertion code 25 (or 25)
  2683. )
  2684. )Toggle Boldface
  2685. )      <CtrlB>
  2686. )Toggle Underscore
  2687. )      <CtrlS>
  2688. )Toggle Doublestrike
  2689. )      <CtrlD>
  2690. )Toggle Superscript
  2691. )      <CtrlT>
  2692. )Toggle Subscript
  2693. )      <CtrlV>
  2694. )Toggle Compressed
  2695. )      <CtrlA>
  2696. )Toggle Italic
  2697. )      <CtrlY>
  2698. ]
  2699.  
  2700. &Printer Definitions
  2701.  
  2702. Each type of printer is described to Word Fugue by
  2703. a small file with the extension PDF. This file
  2704. contains information regarding the control codes
  2705. that enable the printer's various fonts, as well
  2706. as some additional information that tells
  2707. WordFugue about the printer.
  2708.  
  2709. Existing PDF files can be changed, and new ones
  2710. created via the Word Fugue Printer definition
  2711. menu. The printer definition most recently
  2712. selected via the File Print menu can be modified
  2713. here. Choose Edit string to change the control
  2714. code for any supported font. Each font is
  2715. associated with two strings - one to turn the font
  2716. ON, and another to turn it OFF.
  2717.  
  2718. When you choose a string to edit, it appears in
  2719. another window. It can be edited using the cursor
  2720. keys, and the <Del> or <Backspace> keys. Most
  2721. characters you type will be inserted literally
  2722. into the string. <CtrlBksp> will delete the
  2723. existing string. <Enter> will end the session
  2724. in the string editor. In case you need to enter
  2725. any of these special keys as part of the control
  2726. string, press the <ScrollLock> key to enter
  2727. Literal mode. In this mode, all keystrokes will be
  2728. inserted into the string without further
  2729. interpretation.
  2730.  
  2731. You are also given the option of changing the name
  2732. of the string.
  2733.  
  2734. The current printer definition can be saved to a
  2735. disk file by using the Save definition menu
  2736. selection. A prompt box will ask for the name of
  2737. the file to be saved.
  2738. @185
  2739.  
  2740. &Search and Replace
  2741.  
  2742. Search for pattern
  2743. )    Main: 34    Alternate: 34
  2744. )Search and replace
  2745. )    Main: 35    Alternate: 35
  2746. )Search and playback macro
  2747. )    Main: 36    Alternate: 36
  2748. )Search again
  2749. )    Main: 37    Alternate: 37
  2750. )Find matching }]>) or End
  2751. )    Main: 191   Alternate: 191
  2752. @186
  2753.  
  2754. &Rulers & Tabs
  2755.  
  2756. )Tab
  2757. )    Main: 24    Alternate: 24
  2758. )Backward Tab
  2759. )    Main: 39    Alternate: 39
  2760. )Set tabs
  2761. )    Main: 136    Alternate: 136
  2762. )Put tabs
  2763. )    Main: 138    Alternate: 138
  2764. )Set tab size
  2765. )    Main: 137    Alternate: 137
  2766. )Edit Ruler
  2767. )    Main: 139    Alternate: 139
  2768. )Tab temporary margin
  2769. )    Main: 140    Alternate: 140
  2770. )Set temporary margin
  2771. )    Main: 147    Alternate: 147
  2772. )Restore even tabs
  2773. )    Main: 156    Alternate: 156
  2774. @187
  2775.  
  2776. &SPELL CHECK
  2777.  
  2778.     Keystroke sequence:   169
  2779. )    Alternate keystrokes: 169
  2780.  
  2781. WordFugue will spell-check any of your documents
  2782. using its own dictionary WF_MAIN.DIC, which contains about
  2783. 80,000 words.
  2784.  
  2785.  
  2786. WordFugue checks the document in the current
  2787. screen window. By default, checking proceeds from
  2788. the current cursor position to the end of the
  2789. file. If a block is marked and visible, only that
  2790. block will be checked.
  2791. ]
  2792.  
  2793. WordFugue also contains a small built-in dictionary of the
  2794. 500 most commonly used English words. This dictionary is
  2795. kept in memory at all times in order to accelerate the
  2796. checking process.
  2797.  
  2798. Once the operation begins, WordFugue keeps you
  2799. advised of its progress on the status line. The
  2800. line and column counters tell you what part of the
  2801. document is being checked, as does the percentage
  2802. indicator. These are updated each time a new word
  2803. is checked.
  2804. ]
  2805.  
  2806. When Word Fugue finds a word that it does not
  2807. recognize, the screen will be updated to highlight
  2808. the word, and a popup menu will ask you to select
  2809. an option. Select by moving the bar and pressing
  2810. <Enter> or by pressing the first character of any
  2811. of the options:
  2812.  
  2813. )  Skip once
  2814. )    Ignore the spelling of this word in only this
  2815. )    one instance.
  2816. )  Ignore for this document
  2817. )    Ignore the spelling of this word for the
  2818. )    duration of the check.
  2819. ]
  2820.  
  2821. )  List dictionary sound-alikes
  2822. )    Display a list of sound-alike words from
  2823. )    Word Fugue's dictionary. Select one and press
  2824. )    <Enter>, or press <Esc> to return to the
  2825. )    previous menu.
  2826. )  Edit from the keyboard
  2827. )    A prompt box will appear to allow interactive
  2828. )    editing of the word. Press <Enter> to accept,
  2829. )    or <Esc> to return to the previous menu.
  2830. )    WordFugue will recheck the word after you
  2831. )    finish editing it.
  2832. ]
  2833.  
  2834. )  Mark with "~"
  2835. )    Place a tilde in front of the word. After
  2836. )    the document has been checked, you can use
  2837. )    the Find Pattern command to locate the marked
  2838. )    words.
  2839. )  Add to dictionary
  2840. )    Add the word to Word Fugue's auxiliary
  2841. )    dictionary (WF_AUX.DIC). A secondary
  2842. )    menu of case selections will appear. Press
  2843. )    <Esc> to return to the previous menu, or
  2844. )    <Enter> to add to the dictionary.
  2845. ]
  2846.  
  2847. )  Batch mark rest of document
  2848. )    Cancel the interactive mode normally used
  2849. )    for spell-checking. From this point on, all
  2850. )    unrecognized words are marked with tildes
  2851. )    (~).
  2852.  
  2853. A spell-checking operation may be stopped by
  2854. pressing <Esc> at the corrections menu (once a
  2855. misspelling is found) or by pressing any key while
  2856. a file is being checked. In the latter case, a
  2857. prompt box will be displayed, asking if you want
  2858. to stop. Press Y to stop, N to continue.
  2859. ]
  2860.  
  2861. The main dictionary should reside in the same directory as
  2862. Word Fugue itself, otherwise Word Fugue may not be
  2863. able to find it.
  2864.  
  2865. )The auxiliary dictionary should reside in the same directory
  2866. as the file you are spell checking. If Word Fugue does not find
  2867. it, it will create it if you request to add a word to the
  2868. dictionary.
  2869.  
  2870. )There is a limit on the size of the auxiliary dictionary -
  2871. it may not be larger than a segment (about 65,500 characters),
  2872. and also cannot be larger than available memory.
  2873. If it gets too large, you should look at adding the words in it to the
  2874. main dictionary. See next page.
  2875. ]
  2876. )The words in the auxiliary dictionary may be applied to the
  2877. main dictionary by using the program WFDICT. This program will
  2878. either Add or Delete words from the dictionary, depending upon
  2879. the input on its screen. It will write a new dictionary, so as
  2880. not to destroy the old one if things go wrong. Make sure you have
  2881. enough disk space for 2 copies! You may allocate the new dictionary
  2882. on another drive or directory.
  2883.  
  2884. )The change file should have one word per line (like the auxiliary
  2885. dictionary), and should be SORTED. You can use the DOS SORT
  2886. command for this.
  2887. @188
  2888.  
  2889. &Text Formatting
  2890.  
  2891. Format paragraph
  2892. )    Main: 112    Alternate: 112
  2893. )Format block
  2894. )    Main: 141    Alternate: 141
  2895. )Center line
  2896. )    Main: 120    Alternate: 120
  2897. )Margin release
  2898. )    Main: 168    Alternate: 168
  2899. )Toggle case
  2900. )    Main: 108    Alternate: 108
  2901. )Lower case
  2902. )    Main: 109    Alternate: 109
  2903. )Upper case
  2904. )    Main: 110    Alternate: 110
  2905. )Show current font
  2906. )    Main: 157    Alternate: 157
  2907. )Select Bold
  2908. )    Main: 158    Alternate: 158
  2909. )Select Double
  2910. )    Main: 159    Alternate: 159
  2911. )Select Underscore
  2912. )    Main: 160    Alternate: 160
  2913. )Select Superscript
  2914. )    Main: 161    Alternate: 161
  2915. )Select Subscript
  2916. )    Main: 162    Alternate: 162
  2917. )Select Compressed
  2918. )    Main: 163    Alternate: 163
  2919. )Select Italics
  2920. )    Main: 164    Alternate: 164
  2921. @189
  2922.  
  2923. &Utility Commands
  2924.  
  2925. Print file
  2926. )    Main: 123    Alternate: 123
  2927. )Change active directory
  2928. )    Main: 127    Alternate: 127
  2929. )Directory
  2930. )    Main: 128    Alternate: 128
  2931. )Operating system
  2932. )    Main: 38    Alternate: 38
  2933. @190
  2934.  
  2935. &Windows
  2936.  
  2937. Open file
  2938. )    Main: 46    Alternate: 46
  2939. )Close window
  2940. )    Main: 142    Alternate: 142
  2941. )Resize window
  2942. )    Main: 47    Alternate: 47
  2943. )Next window
  2944. )    Main: 49    Alternate: 49
  2945. )Previous window
  2946. )    Main: 153    Alternate: 153
  2947. )Zoom window
  2948. )    Main: 51    Alternate: 51
  2949. @191
  2950.  
  2951. &Find Matching Bracket
  2952.  
  2953. Main: 191 Alternate: 191
  2954.  
  2955. Place the cursor on ({[< and press the command.
  2956. The cursor will be positioned on the matching >]})
  2957. or you will receive an error message if none can be
  2958. found. Also, if you place the cursor on the B of begin
  2959. and Word Fugue will find the matching end for you.
  2960. @192
  2961.  
  2962. &Shift Block Left
  2963.  
  2964. Main: 192  Alternate: 192
  2965.  
  2966. If you have a block of text marked, this command will
  2967. shift the block left the number of characters you nominate.
  2968. You will be prompted for the number. Characters shifted
  2969. left past position 1 will be lost.
  2970. @193
  2971.  
  2972. &Shift Block Right
  2973.  
  2974. Main: 193  Alternate: 193
  2975.  
  2976. If you have a block of text marked, this command will
  2977. shift the block right the number of characters you nominate.
  2978. You will be prompted for the number. As characters are
  2979. shifted right, spaces are inserted at the beginning
  2980. of the line.
  2981. @194
  2982.  
  2983. &Strip Hi Bits From Block
  2984.  
  2985. main: 194   Alternate: 194
  2986.  
  2987. If perhaps you import a block from a Wordstar file,
  2988. you have a block of text showing graphics characters
  2989. in with the words. This command will turn off the
  2990. hi bits in the marked block, and restore the graphics
  2991. characters to letters.
  2992.  
  2993. Refer also to the Strip Hi Bits toggle in the
  2994. Load File options of the Options menu.
  2995. @196
  2996.  
  2997. &Table Of Contents Generation
  2998.  
  2999. main: 196   Alternate: 196
  3000.  
  3001. You must have marked table of contents entries in
  3002. your text with
  3003.  
  3004. )      .TCline
  3005. )   or .TC1 for table 1
  3006. )   thru to .TC9 for table 9
  3007.  
  3008. This will place the entries in one of nine files
  3009. depending on the number following the .TC characters.
  3010. If you omit the number, it defaults to 0. You will be
  3011. prompted for the name of the document. Each table of
  3012. contents file will have the document name, with the extension
  3013. set to
  3014.  
  3015. )   .TOC for the .TC lines
  3016. )   .TO1 for .TC1 lines
  3017. )   thru to .TO9 for .TC9 lines
  3018.  
  3019. If a table is not selected, there will not be a file
  3020. generated for it.
  3021.  
  3022. The entries in the file will appear exactly as they
  3023. appear following the .TC characters. Use # if you want
  3024. the page number to appear as part of the entry.
  3025. ]
  3026. for example, if you enter this on page 1
  3027.  
  3028. ).TC  DEFINITION .......................#
  3029.  
  3030. ) and this on page 3
  3031.  
  3032. ).TC     Default Definitons.............#
  3033. ).TC1  Figure 1  .......................#
  3034.  
  3035. the following entries will be generated in the table of
  3036. contents .TOC file
  3037.  
  3038. )  DEFINITION .......................1
  3039. )     Default Definitons.............3
  3040.  
  3041. and the following in the .TO1 file
  3042.  
  3043.   Figure 1  .......................3
  3044. @197
  3045.  
  3046. &Generate Index
  3047.  
  3048. main: 197   Alternate: 197
  3049.  
  3050. An index is an alphabetic listing of topics, words
  3051. and phrases accompanied by page numbers for each topic.
  3052. Word Fugue can automatically create an index for a
  3053. document.
  3054.  
  3055. You mark index entries by pressing ^PK at the begining
  3056. and end of each phrase you want included in the index.
  3057. You can also mark a phrase by using the dot command .IX
  3058. followed by the word or phrase.
  3059.  
  3060. You will be prompted for the name of the file to
  3061. generate the index for. This index will have the same
  3062. name as the document, but the extension will be set to
  3063. .IDX
  3064. @198
  3065.  
  3066. &Toggle Mouse Scroll Bar
  3067.  
  3068. main: 198   Alternate: 198
  3069.  
  3070. This enables you to display a scroll bar on the
  3071. right hand side of the screen if you have a mouse.
  3072. )Note: the mouse driver must be loaded for the mouse to work
  3073.  
  3074. Clicking mouse buttons will have different effects depending upon
  3075. where it is on the screen. The scroll bar allows repositioning within
  3076. the file. The top 2 lines are for help & menus.
  3077.  
  3078. ]
  3079. )Top 2 Lines:
  3080. ) Left Button  - Open another window
  3081. ) Right Button - PullDown Menu
  3082. ) Both Buttons - Help Menu
  3083.  
  3084. )Menu System:
  3085. )  Left Button  - select highlighted choice
  3086. )  Right Button - escape to previous level
  3087. )  Both buttons - Help (if available)
  3088. )  Motion       - move highlight
  3089. ]
  3090. )Scroll Bar:
  3091. )  Arrows:
  3092. )       Press Left button to scroll up or down
  3093. )  Bar:
  3094. )       Click left button to page up (above elevator)
  3095. )        or page down (below elevator)
  3096.  
  3097. )Text Body:
  3098. )  Left Button - click to position cursor
  3099. )                (will change windows if necessary)
  3100. )  Right Button - restore current line
  3101. )  Both buttons - press & drag to mark a block
  3102. )               marking stops when you release button
  3103. )               positions cursor at mouse cursor
  3104. @199
  3105.  
  3106. &Toggle Automatic Save
  3107.  
  3108. main: 199   Alternate: 199
  3109.  
  3110. This enables automatic saving of modified files when ON.
  3111. You can set a time delay and a keystroke limit, and files
  3112. will be saved if the time limit is passed, or the keystroke
  3113. limit is exceeded.
  3114.  
  3115. @200
  3116.  
  3117. &Set Automatic Save Time Delay
  3118.  
  3119. main: 200   Alternate: 200
  3120.  
  3121. This specifies the maximum number of minutes that should elapse
  3122. between automatic saves of any modified files. Note that
  3123. Autosave must be ON for this to be effective.
  3124.  
  3125. Valid range is 1 to 59 minutes.
  3126. )The default is 15 minutes.
  3127. @201
  3128.  
  3129. &Set Automatic Save Keystroke Limit
  3130.  
  3131. main: 201   Alternate: 201
  3132.  
  3133. This specifies the maximum number of keystrokes that should occur
  3134. between automatic saves of any modified files. Note that
  3135. Autosave must be ON for this to be effective.
  3136.  
  3137. Valid range is 100 to 32768 keystrokes.
  3138. )The default is 2000
  3139. @202
  3140.  
  3141. &Export Ascii
  3142.  
  3143. main: 202   Alternative: 202
  3144.  
  3145. This command is used to export pure ascii text.
  3146. If there is a block marked, and that block is in the
  3147. current window, then the block is exported
  3148. as pure Ascii text, otherwise it exports the entire file in
  3149. the current window as Ascii text.
  3150.  
  3151. Pure Ascii means that all
  3152. format commands (dot commands and font controls) are stripped
  3153. from the file.
  3154. @203
  3155.  
  3156. &Toggle Between Word Fugue & 4Dos file Descriptions
  3157.  
  3158. main: 203   Alternative: 203
  3159.  
  3160. This command toggles the file description storage between
  3161. Word Fugue's proprietry format (stored in FILINFO.WF) and
  3162. that supported by 4Dos - the shareware COMMAND.COM replacement
  3163. (stored in DESCRIPT.ION). If you have 4Dos and use the Describe
  3164. command, then you should probably store file descriptions in 4Dos
  3165. format. That gives you up to 40 characters of description. The word Fugue
  3166. format gives you up to 65 characters. This option can be saved with the
  3167. Save options command
  3168. @204
  3169.  
  3170. &Ctrl-Z as End Of File
  3171.  
  3172. main: 204   Alternative: 204
  3173.  
  3174. This command allows you to determine whether or not a ^Z
  3175. character marks the end of a file. Wordstar and most editors
  3176. use a ^Z character to mark the end of a file, but some editors
  3177. do not, instead using the actual file length. Turn this off with care!
  3178.